Struct diem_api_types::TransactionOnChainData [−][src]
pub struct TransactionOnChainData {
pub version: u64,
pub transaction: Transaction,
pub info: TransactionInfo,
pub events: Vec<ContractEvent>,
pub accumulator_root_hash: HashValue,
}Fields
version: u64transaction: Transactioninfo: TransactionInfoevents: Vec<ContractEvent>accumulator_root_hash: HashValueTrait Implementations
impl From<(u64, Transaction, TransactionInfo, Vec<ContractEvent, Global>, HashValue)> for TransactionOnChainData
impl From<(u64, Transaction, TransactionInfo, Vec<ContractEvent, Global>, HashValue)> for TransactionOnChainData
fn from(
(version, transaction, info, events, accumulator_root_hash): (u64, Transaction, TransactionInfo, Vec<ContractEvent>, HashValue)
) -> Self
fn from(
(version, transaction, info, events, accumulator_root_hash): (u64, Transaction, TransactionInfo, Vec<ContractEvent>, HashValue)
) -> Self
Performs the conversion.
Performs the conversion.
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 TransactionOnChainData
impl Send for TransactionOnChainData
impl Sync for TransactionOnChainData
impl Unpin for TransactionOnChainData
impl UnwindSafe for TransactionOnChainData
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self