Type alias CredentialEntry

CredentialEntry: {
    credentialInfo: CredentialInfo;
    revocationNonce: bigint;
    schemaRef: SchemaRef;
}

Response to a credential data query.

Type declaration

  • credentialInfo: CredentialInfo

    Info for the credential entry

  • revocationNonce: bigint

    The nonce is used to avoid replay attacks when checking the holder's signature on a revocation message. This is the nonce that should be used when signing a revocation.

  • schemaRef: SchemaRef

    A schema URL or DID address pointing to the JSON schema for a verifiable credential

Generated using TypeDoc