Struct solana_accountsdb_plugin_interface::accountsdb_plugin_interface::ReplicaTransactionInfo [−][src]
pub struct ReplicaTransactionInfo<'a> {
pub signature: &'a Signature,
pub is_vote: bool,
pub transaction: &'a SanitizedTransaction,
pub transaction_status_meta: &'a TransactionStatusMeta,
}
Expand description
Information about a transaction
Fields
signature: &'a Signature
The first signature of the transaction, used for identifying the transaction.
is_vote: bool
Indicates if the transaction is a simple vote transaction.
transaction: &'a SanitizedTransaction
The sanitized transaction.
transaction_status_meta: &'a TransactionStatusMeta
Metadata of the transaction status.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ReplicaTransactionInfo<'a>
impl<'a> Send for ReplicaTransactionInfo<'a>
impl<'a> Sync for ReplicaTransactionInfo<'a>
impl<'a> Unpin for ReplicaTransactionInfo<'a>
impl<'a> UnwindSafe for ReplicaTransactionInfo<'a>
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more