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.
| Parameter | Type | Description |
|---|---|---|
|
| The signer to use |
| | { } | { } | { } | { } & | The prepared calls with signature requests |
Promise<
| object & object
| object & object
| {
} & object>
A Promise that resolves to the signed calls