OpenCBDC Transaction Processor
|
Dry-run EVM transaction type. More...
#include <messages.hpp>
Data Fields | |
evmc::address | m_from |
From address. | |
evm_tx | m_tx |
EVM transaction to dry-run. | |
Dry-run EVM transaction type.
Definition at line 92 of file parsec/agent/runners/evm/messages.hpp.
evmc::address cbdc::parsec::agent::runner::evm_dryrun_tx::m_from |
From address.
Definition at line 94 of file parsec/agent/runners/evm/messages.hpp.
evm_tx cbdc::parsec::agent::runner::evm_dryrun_tx::m_tx |
EVM transaction to dry-run.
Definition at line 96 of file parsec/agent/runners/evm/messages.hpp.