Skip to content

Commit

Permalink
add new callback afterEveryTxSend
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 committed Jul 10, 2024
1 parent c4003e7 commit 94d237e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ export const sendSignAndConfirmTransactions = async ({
afterBatchSign: callbacks?.afterBatchSign,
afterAllTxConfirmed: callbacks?.afterAllTxConfirmed,
afterEveryTxConfirmation: callbacks?.afterEveryTxConfirmation,
afterEveryTxSend: callbacks?.afterEveryTxSend,
onError: callbacks?.onError,
},
config,
Expand Down

0 comments on commit 94d237e

Please sign in to comment.