Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::AvmFastSimulationInputs Struct Reference

#include <avm_io.hpp>

Public Member Functions

bool operator== (const AvmFastSimulationInputs &other) const =default
 
 MSGPACK_CAMEL_CASE_FIELDS (ws_revision, config, tx, global_variables, protocol_contracts)
 

Static Public Member Functions

static AvmFastSimulationInputs from (const std::vector< uint8_t > &data)
 

Public Attributes

world_state::WorldStateRevision ws_revision
 
PublicSimulatorConfig config
 
Tx tx
 
GlobalVariables global_variables
 
ProtocolContracts protocol_contracts
 

Detailed Description

Definition at line 465 of file avm_io.hpp.

Member Function Documentation

◆ from()

AvmFastSimulationInputs bb::avm2::AvmFastSimulationInputs::from ( const std::vector< uint8_t > &  data)
static

Definition at line 129 of file avm_io.cpp.

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::AvmFastSimulationInputs::MSGPACK_CAMEL_CASE_FIELDS ( ws_revision  ,
config  ,
tx  ,
global_variables  ,
protocol_contracts   
)

◆ operator==()

bool bb::avm2::AvmFastSimulationInputs::operator== ( const AvmFastSimulationInputs other) const
default

Member Data Documentation

◆ config

PublicSimulatorConfig bb::avm2::AvmFastSimulationInputs::config

Definition at line 467 of file avm_io.hpp.

◆ global_variables

GlobalVariables bb::avm2::AvmFastSimulationInputs::global_variables

Definition at line 469 of file avm_io.hpp.

◆ protocol_contracts

ProtocolContracts bb::avm2::AvmFastSimulationInputs::protocol_contracts

Definition at line 470 of file avm_io.hpp.

◆ tx

Tx bb::avm2::AvmFastSimulationInputs::tx

Definition at line 468 of file avm_io.hpp.

◆ ws_revision

world_state::WorldStateRevision bb::avm2::AvmFastSimulationInputs::ws_revision

Definition at line 466 of file avm_io.hpp.


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