Struct mempool_notifications::CommittedTransaction [−][src]
pub struct CommittedTransaction {
pub sender: AccountAddress,
pub sequence_number: u64,
}Expand description
A successfully executed and committed user transaction.
Fields
sender: AccountAddresssequence_number: u64Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CommittedTransaction
impl Send for CommittedTransaction
impl Sync for CommittedTransaction
impl Unpin for CommittedTransaction
impl UnwindSafe for CommittedTransaction
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
type Output = T
type Output = T
Should always be Self