Skip to content

Documentation / server-auth / SolanaSignTransactionResponseType

Type alias: SolanaSignTransactionResponseType

SolanaSignTransactionResponseType: Object

Response for the privy.walletApi.solana.signTransaction(...) method.

Type declaration

signedTransaction

signedTransaction: Transaction | VersionedTransaction

Signed transaction object.