Skip to main content

ResponseMessageBody type

ResponseMessageBody is struct the represents request for revocation status

Signature:

export type ResponseMessageBody = {
scope: Array<ZeroKnowledgeProofResponse>;
};

References: ZeroKnowledgeProofResponse