Wallet Actions
sendTransactionBatch
Function to send a batch of transactions in a single call using the connected Abstract Global Wallet.
The AbstractClient
includes a sendTransactionBatch
method that can be used to sign and submit multiple transactions
in a single call using the connected Abstract Global Wallet.
YouTube Tutorial: Send Batch Transactions with AGW
Watch our video tutorials to learn more about building on Abstract.
Usage
Parameters
An array of transaction requests. Each transaction request can include the following fields:
Address of the paymaster smart contract that will pay the gas fees of the transaction batch.
Input data to the paymaster.
Returns
Returns a Promise<Hex>
containing the transaction hash of the submitted transaction batch.
Was this page helpful?