Skip to main content

ProofGenerationRequestMessage type

ProofGenerationRequestMessage is struct the represents body for proof generation request

Signature:

export type ProofGenerationRequestMessage = {
id: string;
typ?: MediaType;
type: ProtocolMessage;
thid?: string;
body?: ProofGenerationRequestMessageBody;
from?: string;
to?: string;
};

References: MediaType, ProtocolMessage, ProofGenerationRequestMessageBody