sendCalls
Defined in: account-kit/wallet-client/src/client/actions/sendCalls.ts:52
Prepares, signs, and submits calls. This function internally calls prepareCalls
, signPreparedCalls
, and sendPreparedCalls
.
<Note>
If using this action with an ERC-20 paymaster in pre-operation mode with autoPermit
, the contents of the permit will be hidden
from the user. It is recommended to use the prepareCalls
action instead to manually handle the permit signature.
</Note>
Example
Type Parameters
Parameters
Returns
Promise
<{
preparedCallIds
: `0x${string}`
[];
}>
A Promise that resolves to the result containing the prepared call IDs.