ProofGenerationRequestMessageBody type
ProofGenerationRequestMessageBody is struct the represents body for proof generation request
Signature:
export type ProofGenerationRequestMessageBody = {
scope: Array<ZeroKnowledgeProofRequest>;
};
References: ZeroKnowledgeProofRequest