Skip to content

Documentation / expo / UseSignMessageWithCrossAppInterface

Interface: UseSignMessageWithCrossAppInterface ​

Properties ​

signMessage ​

signMessage: (input) => Promise<SignMessageWithCrossAppOutput>

Prompts the user to sign a message with a wallet on another Privy app that they have linked with.

This will open up an in app browser for the user to authorize the signature.

Parameters ​

• input: SignMessageWithCrossAppInput

Returns ​

Promise<SignMessageWithCrossAppOutput>