OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
cbdc::parsec::agent::runner::evm_dryrun_tx Struct Reference

Dry-run EVM transaction type. More...

#include <messages.hpp>

Collaboration diagram for cbdc::parsec::agent::runner::evm_dryrun_tx:

Data Fields

evmc::address m_from
 From address.
 
evm_tx m_tx
 EVM transaction to dry-run.
 

Detailed Description

Dry-run EVM transaction type.

Definition at line 92 of file parsec/agent/runners/evm/messages.hpp.

Field Documentation

◆ m_from

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.

◆ m_tx

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.


The documentation for this struct was generated from the following file: