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