Skip to content

Documentation / expo / UseSignTypedDataWithCrossAppInterface

Interface: UseSignTypedDataWithCrossAppInterface ​

Properties ​

signTypedData ​

signTypedData: (input) => Promise<SignTypedDataWithCrossAppOutput>

Prompts the user to sign a typed data structure 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: SignTypedDataWithCrossAppInput

Returns ​

Promise<SignTypedDataWithCrossAppOutput>