|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aztec_types.hpp>
Public Member Functions | |
| bool | operator== (const GlobalVariables &other) const =default |
| MSGPACK_CAMEL_CASE_FIELDS (chain_id, version, block_number, slot_number, timestamp, coinbase, fee_recipient, gas_fees) | |
Public Attributes | |
| FF | chain_id = 0 |
| FF | version = 0 |
| uint32_t | block_number = 0 |
| FF | slot_number = 0 |
| uint64_t | timestamp = 0 |
| EthAddress | coinbase = 0 |
| AztecAddress | fee_recipient = 0 |
| GasFees | gas_fees |
Definition at line 466 of file aztec_types.hpp.
| bb::avm2::GlobalVariables::MSGPACK_CAMEL_CASE_FIELDS | ( | chain_id | , |
| version | , | ||
| block_number | , | ||
| slot_number | , | ||
| timestamp | , | ||
| coinbase | , | ||
| fee_recipient | , | ||
| gas_fees | |||
| ) |
|
default |
| uint32_t bb::avm2::GlobalVariables::block_number = 0 |
Definition at line 469 of file aztec_types.hpp.
| FF bb::avm2::GlobalVariables::chain_id = 0 |
Definition at line 467 of file aztec_types.hpp.
| EthAddress bb::avm2::GlobalVariables::coinbase = 0 |
Definition at line 472 of file aztec_types.hpp.
| AztecAddress bb::avm2::GlobalVariables::fee_recipient = 0 |
Definition at line 473 of file aztec_types.hpp.
| GasFees bb::avm2::GlobalVariables::gas_fees |
Definition at line 474 of file aztec_types.hpp.
| FF bb::avm2::GlobalVariables::slot_number = 0 |
Definition at line 470 of file aztec_types.hpp.
| uint64_t bb::avm2::GlobalVariables::timestamp = 0 |
Definition at line 471 of file aztec_types.hpp.
| FF bb::avm2::GlobalVariables::version = 0 |
Definition at line 468 of file aztec_types.hpp.