Skip to Content

EmbeddedWalletSignerFn

EmbeddedWalletSignerFn = (message: string, options?: SignMessageOptions) => Promise<string>

Defined in: src/react/useEncryption.ts:711 

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

ParameterType

message

string

options?

SignMessageOptions

Returns

Promise<string>

Last updated on