Usage
Parameters
An array of calls. Each call can include the following fields:
When
true
, the bundle executes atomically — if any call reverts, the whole
bundle reverts.Advanced features to enable for the bundle (gas sponsorship, access lists,
etc.).
Returns
Returns aPromise<Hex>
containing the bundle hash. Pass this hash to wallet_getCallsStatus
to monitor execution status.