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

#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
 

Detailed Description

Definition at line 254 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::avm2::GlobalVariables::MSGPACK_FIELDS ( chainId  ,
version  ,
blockNumber  ,
slotNumber  ,
timestamp  ,
coinbase  ,
feeRecipient  ,
gasFees   
)

◆ operator==()

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

Member Data Documentation

◆ blockNumber

uint32_t bb::avm2::GlobalVariables::blockNumber

Definition at line 257 of file aztec_types.hpp.

◆ chainId

FF bb::avm2::GlobalVariables::chainId

Definition at line 255 of file aztec_types.hpp.

◆ coinbase

EthAddress bb::avm2::GlobalVariables::coinbase

Definition at line 260 of file aztec_types.hpp.

◆ feeRecipient

AztecAddress bb::avm2::GlobalVariables::feeRecipient

Definition at line 261 of file aztec_types.hpp.

◆ gasFees

GasFees bb::avm2::GlobalVariables::gasFees

Definition at line 262 of file aztec_types.hpp.

◆ slotNumber

FF bb::avm2::GlobalVariables::slotNumber

Definition at line 258 of file aztec_types.hpp.

◆ timestamp

uint64_t bb::avm2::GlobalVariables::timestamp

Definition at line 259 of file aztec_types.hpp.

◆ version

FF bb::avm2::GlobalVariables::version

Definition at line 256 of file aztec_types.hpp.


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