12.0.0-beta.2
- Referencing Constitutional Committee Credentials as Keys
#683
Milestone
12.0.0-beta.2
- Referencing Constitutional Committee Credentials as Keys
#683
Using
"@emurgo/cardano-serialization-lib-asmjs": "^12.0.0-beta.2"
What?
Throughout the library, Constitutional Committee Credentials are referenced as keys
For example;
class CommitteeColdResign
committee_cold_key()
which returns a credential NOT a keycommittee_cold_credential()
Why is it an issue?
A credential can be key-based OR script-based
So should be referenced as a Credential within method/variable names
Otherwise this could cause confusion
The text was updated successfully, but these errors were encountered: