Skip to Content

SignMessageFn

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

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

Type for the signMessage function that client must provide. This is typically from Privy’s useSignMessage hook.

Parameters

ParameterType

message

string

options?

SignMessageOptions

Returns

Promise<string>

Last updated on