Crate solana_transaction_status

Crate solana_transaction_status 

Source
👎Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.

Re-exports§

pub use crate::extract_memos::extract_and_fmt_memos;Deprecated

Modules§

extract_memosDeprecated
option_serializer
parse_accountsDeprecated
parse_address_lookup_tableDeprecated
parse_associated_tokenDeprecated
parse_bpf_loaderDeprecated
parse_instructionDeprecated
parse_stakeDeprecated
parse_systemDeprecated
parse_tokenDeprecated
parse_voteDeprecated
token_balancesDeprecated

Structs§

BlockEncodingOptionsDeprecated
ConfirmedBlockDeprecated
ConfirmedTransactionStatusWithSignature
ConfirmedTransactionWithStatusMetaDeprecated
EncodedConfirmedBlock
EncodedConfirmedTransactionWithStatusMeta
EncodedTransactionWithStatusMeta
EntrySummaryDeprecated
InnerInstruction
InnerInstructions
Reward
RewardsAndNumPartitionsDeprecated
TransactionByAddrInfoDeprecated
TransactionStatus
TransactionStatusMeta
TransactionTokenBalance
UiAccountsList
UiAddressTableLookup
A duplicate representation of a MessageAddressTableLookup, in raw format, for pretty JSON serialization
UiCompiledInstruction
A duplicate representation of a CompiledInstruction for pretty JSON serialization
UiConfirmedBlock
UiInnerInstructions
UiLoadedAddresses
A duplicate representation of LoadedAddresses
UiParsedMessage
A duplicate representation of a Message, in parsed format, for pretty JSON serialization
UiPartiallyDecodedInstruction
A partially decoded CompiledInstruction that includes explicit account addresses
UiRawMessage
A duplicate representation of a Message, in raw format, for pretty JSON serialization
UiTransaction
A duplicate representation of a Transaction for pretty JSON serialization
UiTransactionReturnData
UiTransactionStatusMeta
A duplicate representation of TransactionStatusMeta with err field
UiTransactionTokenBalance
VersionedConfirmedBlockDeprecated
VersionedConfirmedBlockWithEntriesDeprecated
VersionedConfirmedTransactionWithStatusMetaDeprecated
VersionedTransactionWithStatusMetaDeprecated

Enums§

ConvertBlockErrorDeprecated
EncodeError
EncodedTransaction
RewardType
TransactionBinaryEncoding
TransactionConfirmationStatus
TransactionDetails
TransactionWithStatusMetaDeprecated
UiInstruction
A duplicate representation of an Instruction for pretty JSON serialization
UiMessage
UiParsedInstruction
UiReturnDataEncoding
UiTransactionEncoding

Traits§

EncodableDeprecated
Represents types that can be encoded into one of several encoding formats
EncodableWithMetaDeprecated
Represents types that can be encoded into one of several encoding formats

Functions§

map_inner_instructionsDeprecated
Maps a list of inner instructions from solana_sdk into a list of this crate’s representation of inner instructions (with instruction indices).
parse_ui_inner_instructionsDeprecated
parse_ui_instructionDeprecated

Type Aliases§

Rewards