Skip to content

Commit

Permalink
make txHash as optional field
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic committed Jan 17, 2025
1 parent 800f365 commit 7c0933d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iden3comm/types/protocol/contract-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export type ContractInvokeResponseBody = {

/** OnChainZeroKnowledgeProofResponse represents structure of onchain zero knowledge proof response */
export type OnChainZeroKnowledgeProofResponse = ZeroKnowledgeProofResponse & {
txHash: string;
txHash?: string;
};

/** ContractInvokeTransactionData represents structure of contract invoke transaction data object */
Expand Down

0 comments on commit 7c0933d

Please sign in to comment.