Skip to main content

RevocationStatusRequestMessageBody type

RevocationStatusRequestMessageBody is struct the represents request for revocation status

Signature:

export type RevocationStatusRequestMessageBody = {
revocation_nonce: number;
};