Skip to content

Commit bef8203

Browse files
committed
fix
1 parent 5e5dc69 commit bef8203

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/iden3comm/types/protocol/contract-request.ts

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export type ContractInvokeRequestBody = {
1313
reason?: string;
1414
transaction_data: ContractInvokeTransactionData;
1515
scope: Array<ZeroKnowledgeProofRequest>;
16+
did_doc?: DIDDocument;
1617
};
1718

1819
/** ContractInvokeResponse represents structure of contract invoke response object */

0 commit comments

Comments
 (0)