Skip to content
Alchemy Logo

signPreparedCalls

function signPreparedCalls(
  signer,
  params,
): Promise<(object & object) | (object & object) | ({} & object)>;

Defined in: account-kit/wallet-client/src/client/actions/signPreparedCalls.ts:34

Signs prepared calls using the provided signer.

ParameterTypeDescription

signer

SmartWalletSigner

The signer to use

params

| { } | { } | { } | { } & object

The prepared calls with signature requests

Promise< | object & object | object & object | { } & object>

A Promise that resolves to the signed calls

Was this page helpful?