Skip to content

Commit

Permalink
Remove onTransactionMined callback
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyDelott committed Mar 13, 2024
1 parent 6d7f374 commit 585dab1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/evm-client/src/contract/types/Contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,6 @@ export interface ContractWriteOptions {
* Chain ID that this transaction is valid on.
*/
chainId?: bigint;

/**
* A callback for when the transaction has been mined.
*/
onTransactionMined?(hash: `0x${string}`): void;
}

export type ContractWriteArgs<
Expand Down

0 comments on commit 585dab1

Please sign in to comment.