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