Skip to content

Commit

Permalink
Switch to method syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyDelott committed Mar 13, 2024
1 parent 7fef21f commit ce9bdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evm-client/src/contract/types/Contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export interface ContractWriteOptions {
/**
* A callback for when the transaction has been mined.
*/
onTransactionMined?: (hash: `0x${string}`) => void;
onTransactionMined?(hash: `0x${string}`): void;
}

export type ContractWriteArgs<
Expand Down

0 comments on commit ce9bdfd

Please sign in to comment.