Appearance
Documentation / expo / UseSendTransactionWithCrossAppInterface
Interface: UseSendTransactionWithCrossAppInterface ​
Properties ​
sendTransaction ​
sendTransaction: (
input
) =>Promise
<SendTransactionWithCrossAppOutput
>
Prompts the user to send a transaction from 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 transaction.
Parameters ​
• input: SendTransactionWithCrossAppInput
Returns ​
Promise
<SendTransactionWithCrossAppOutput
>