We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5dc69 commit bef8203Copy full SHA for bef8203
src/iden3comm/types/protocol/contract-request.ts
@@ -13,6 +13,7 @@ export type ContractInvokeRequestBody = {
13
reason?: string;
14
transaction_data: ContractInvokeTransactionData;
15
scope: Array<ZeroKnowledgeProofRequest>;
16
+ did_doc?: DIDDocument;
17
};
18
19
/** ContractInvokeResponse represents structure of contract invoke response object */
0 commit comments