[−][src]Struct evmc_sys::evmc_tx_context
The transaction and block data for execution.
Fields
tx_gas_price: evmc_uint256be
< The transaction gas price.
tx_origin: evmc_address
< The transaction origin account.
block_coinbase: evmc_address
< The miner of the block.
block_number: i64
< The block number.
block_timestamp: i64
< The block timestamp.
block_gas_limit: i64
< The block gas limit.
block_difficulty: evmc_uint256be
< The block difficulty.
chain_id: evmc_uint256be
< The blockchain's ChainID.
Trait Implementations
impl Clone for evmc_tx_context
[src][+]
impl Copy for evmc_tx_context
[src]
impl Debug for evmc_tx_context
[src][+]
impl Hash for evmc_tx_context
[src][+]
impl PartialEq<evmc_tx_context> for evmc_tx_context
[src][+]
impl StructuralPartialEq for evmc_tx_context
[src]
Auto Trait Implementations
impl RefUnwindSafe for evmc_tx_context
impl Send for evmc_tx_context
impl Sync for evmc_tx_context
impl Unpin for evmc_tx_context
impl UnwindSafe for evmc_tx_context
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,