|
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 478 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 481 of file aztec_types.hpp.
| FF bb::avm2::GlobalVariables::chain_id = 0 |
Definition at line 479 of file aztec_types.hpp.
| EthAddress bb::avm2::GlobalVariables::coinbase = 0 |
Definition at line 484 of file aztec_types.hpp.
| AztecAddress bb::avm2::GlobalVariables::fee_recipient = 0 |
Definition at line 485 of file aztec_types.hpp.
| GasFees bb::avm2::GlobalVariables::gas_fees |
Definition at line 486 of file aztec_types.hpp.
| FF bb::avm2::GlobalVariables::slot_number = 0 |
Definition at line 482 of file aztec_types.hpp.
| uint64_t bb::avm2::GlobalVariables::timestamp = 0 |
Definition at line 483 of file aztec_types.hpp.
| FF bb::avm2::GlobalVariables::version = 0 |
Definition at line 480 of file aztec_types.hpp.