EVMC
|
The transaction and block data for execution. More...
#include <evmc.h>
Public Attributes | |
evmc_uint256be | tx_gas_price |
The transaction gas price. More... | |
evmc_address | tx_origin |
The transaction origin account. More... | |
evmc_address | block_coinbase |
The miner of the block. More... | |
int64_t | block_number |
The block number. More... | |
int64_t | block_timestamp |
The block timestamp. More... | |
int64_t | block_gas_limit |
The block gas limit. More... | |
evmc_uint256be | block_difficulty |
The block difficulty. More... | |
evmc_uint256be | chain_id |
The blockchain's ChainID. More... | |
evmc_address evmc_tx_context::block_coinbase |
evmc_uint256be evmc_tx_context::block_difficulty |
int64_t evmc_tx_context::block_gas_limit |
int64_t evmc_tx_context::block_timestamp |
evmc_uint256be evmc_tx_context::chain_id |
evmc_uint256be evmc_tx_context::tx_gas_price |
evmc_address evmc_tx_context::tx_origin |