Skip to main content

ProofGenerationResponseMessage type

ProofGenerationResponseMessage is struct the represents body for proof generation request

Signature:

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

References: MediaType, ProtocolMessage, ResponseMessageBody