Skip to content

Documentation / expo / UseSignMessageInterface

Interface: UseSignMessageInterface

Properties

signMessage

signMessage: (config) => Promise<SignMessageResult>

Use this method to prompt the user to sign a message with their embedded wallet.

Parameters

config: SignMessageParams

The configuration for the sign message prompt.

Returns

Promise<SignMessageResult>

A Promise of the resulting signature.