Appearance
Documentation / server-auth / WalletApiSolanaSignTransactionRpcResponseType
Type alias: WalletApiSolanaSignTransactionRpcResponseType<TTransactionType>
WalletApiSolanaSignTransactionRpcResponseType<
TTransactionType
>:Object
Type parameters
• TTransactionType extends Transaction
| VersionedTransaction
= VersionedTransaction
| Transaction
Type declaration
data
data:
Object
Data returned from the RPC method.
data.signedTransaction
data.signedTransaction:
TTransactionType
Signed transaction object produced by the wallet.
method
method:
"signTransaction"
RPC method executed by the wallet.