Interface IKeyedCredentialStatusProof

interface IKeyedCredentialStatusProof {
    id: string;
    proof: VBAccumMembershipKeyedProof | KBUniAccumMembershipKeyedProof | KBUniAccumNonMembershipKeyedProof;
    revocationCheck: string;
    type: RevocationStatusProtocol;
}

Properties

id: string
revocationCheck: string