RevocationStatusRequestMessage type
RevocationStatusRequestMessage is struct the represents body for proof generation request
Signature:
export type RevocationStatusRequestMessage = {
id: string;
typ?: MediaType;
type: ProtocolMessage;
thid?: string;
body?: RevocationStatusRequestMessageBody;
from?: string;
to?: string;
};
References: MediaType, ProtocolMessage, RevocationStatusRequestMessageBody