Interface SignedRevocation

Expand description

Issuer-signed credential revocation object.


interface SignedRevocation {
    proof: RevocationProof;
    revocation: Revocation;
    version: 1;
}

Properties§

§readonly proof: RevocationProof
§readonly revocation: Revocation
§readonly version: 1