EmbeddedWalletSignerFn
EmbeddedWalletSignerFn = (
message:string,options?:SignMessageOptions) =>Promise<string>
Defined in: src/react/useEncryption.ts:713Â
Type for embedded wallet signer function that enables silent signing. For Privy embedded wallets, this can sign programmatically without user interaction when configured correctly in the Privy dashboard.
Parameters
| Parameter | Type |
|---|---|
|
|
|
|
|
Returns
Promise<string>
Last updated on