Interface CredentialPublicKeys

Hierarchy

  • CredentialPublicKeys

Properties

Properties

keys: Record<number, Upward<VerifyKey>>

keys for the credential

Please note, these can possibly be unknown if the SDK is not fully compatible with the Concordium node queried, in which case null is returned.

In case this is used as part of a transaction sent to the node, none of the values contained can be null, as this will cause the transation to fail.

threshold: number

Generated using TypeDoc