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
| Parameter | Type |
|---|---|
|
|
|
|
|
Returns
Promise<string>
Last updated on