|
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_FIELDS (chainId, version, blockNumber, slotNumber, timestamp, coinbase, feeRecipient, gasFees) | |
Public Attributes | |
| FF | chainId |
| FF | version |
| uint32_t | blockNumber |
| FF | slotNumber |
| uint64_t | timestamp |
| EthAddress | coinbase |
| AztecAddress | feeRecipient |
| GasFees | gasFees |
Definition at line 274 of file aztec_types.hpp.
| bb::avm2::GlobalVariables::MSGPACK_FIELDS | ( | chainId | , |
| version | , | ||
| blockNumber | , | ||
| slotNumber | , | ||
| timestamp | , | ||
| coinbase | , | ||
| feeRecipient | , | ||
| gasFees | |||
| ) |
|
default |
| uint32_t bb::avm2::GlobalVariables::blockNumber |
Definition at line 277 of file aztec_types.hpp.
| FF bb::avm2::GlobalVariables::chainId |
Definition at line 275 of file aztec_types.hpp.
| EthAddress bb::avm2::GlobalVariables::coinbase |
Definition at line 280 of file aztec_types.hpp.
| AztecAddress bb::avm2::GlobalVariables::feeRecipient |
Definition at line 281 of file aztec_types.hpp.
| GasFees bb::avm2::GlobalVariables::gasFees |
Definition at line 282 of file aztec_types.hpp.
| FF bb::avm2::GlobalVariables::slotNumber |
Definition at line 278 of file aztec_types.hpp.
| uint64_t bb::avm2::GlobalVariables::timestamp |
Definition at line 279 of file aztec_types.hpp.
| FF bb::avm2::GlobalVariables::version |
Definition at line 276 of file aztec_types.hpp.