Usage
Parameters
Array<Call>
An array of calls. Each call can include the following fields:
boolean | undefined
When
true, the bundle executes atomically — if any call reverts, the whole
bundle reverts.Capabilities | undefined
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.