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 254 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 257 of file aztec_types.hpp.
FF bb::avm2::GlobalVariables::chainId |
Definition at line 255 of file aztec_types.hpp.
EthAddress bb::avm2::GlobalVariables::coinbase |
Definition at line 260 of file aztec_types.hpp.
AztecAddress bb::avm2::GlobalVariables::feeRecipient |
Definition at line 261 of file aztec_types.hpp.
GasFees bb::avm2::GlobalVariables::gasFees |
Definition at line 262 of file aztec_types.hpp.
FF bb::avm2::GlobalVariables::slotNumber |
Definition at line 258 of file aztec_types.hpp.
uint64_t bb::avm2::GlobalVariables::timestamp |
Definition at line 259 of file aztec_types.hpp.
FF bb::avm2::GlobalVariables::version |
Definition at line 256 of file aztec_types.hpp.