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,
}
Fields
signature: &'a Signature
is_vote: bool
transaction: &'a SanitizedTransaction
transaction_status_meta: &'a TransactionStatusMeta
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