Interface Revocation

Expand description

Revocation payload signed by an issuer identity key.


interface Revocation {
    credential_digest: string;
}

Properties§

§readonly credential_digest: string

Unpadded URL-safe base64 encoded SHA-256 digest.