Appearance
Documentation / react-auth / SolanaTransactionReceipt
Type alias: SolanaTransactionReceipt ​
SolanaTransactionReceipt:
Object
Result of the transaction sent to the Solana network.
Type declaration ​
fees ​
fees:
bigint
The fees payed for the transaction in lamports
parsedTransaction ​
parsedTransaction:
ParsedTransactionWithMeta
|null
The parsed transaction result. Refer to ParsedTransactionWithMeta
signature ​
signature:
string
The signature of the transaction
signedTransaction ​
signedTransaction:
SupportedSolanaTransaction
The signed transaction