diff --git a/src/transactions.ts b/src/transactions.ts index 33cb0b5..1712967 100644 --- a/src/transactions.ts +++ b/src/transactions.ts @@ -698,6 +698,7 @@ export const sendSignAndConfirmTransactions = async ({ afterBatchSign: callbacks?.afterBatchSign, afterAllTxConfirmed: callbacks?.afterAllTxConfirmed, afterEveryTxConfirmation: callbacks?.afterEveryTxConfirmation, + afterEveryTxSend: callbacks?.afterEveryTxSend, onError: callbacks?.onError, }, config,