signPreparedCalls
1 function signPreparedCalls( 2 signer, 3 params, 4 ): Promise< 5 | (object & object) 6 | (object & object) 7 | ({ 8 data: ((object & object) | (object & object) | (object & object))[]; 9 type: "array"; 10 } & object) 11 >;
Defined in: account-kit/wallet-client/src/client/actions/signPreparedCalls.ts:34
Signs prepared calls using the provided signer.
Parameters
| Parameter | Type | Description |
|---|---|---|
|
| The signer to use |
| | { | The prepared calls with signature requests |
Returns
Promise<
| object & object
| object & object
| {
data: (object & object | object & object | object & object)[];
type: "array";
} & object>
A Promise that resolves to the signed calls