|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/common/avm_io.hpp"#include "barretenberg/vm2/common/aztec_types.hpp"#include "barretenberg/vm2/common/field.hpp"Go to the source code of this file.
Typedefs | |
| using | EthAddress = FF |
| using | AztecAddress = FF |
| using AztecAddress = FF |
Definition at line 8 of file constants.hpp.
| using EthAddress = FF |
Definition at line 7 of file constants.hpp.
| const uint32_t BLOCK_NUMBER = 1 |
Definition at line 12 of file constants.hpp.
| const FF CHAIN_ID = 1 |
Definition at line 10 of file constants.hpp.
| const EthAddress COINBASE = EthAddress{ 0 } |
Definition at line 15 of file constants.hpp.
| const FF CONTRACT_ADDRESS = 42 |
Definition at line 33 of file constants.hpp.
Definition at line 20 of file constants.hpp.
| const AztecAddress FEE_PAYER = AztecAddress{ 0 } |
Definition at line 32 of file constants.hpp.
| const uint128_t FEE_PER_DA_GAS = 1 |
Definition at line 17 of file constants.hpp.
| const uint128_t FEE_PER_L2_GAS = 1 |
Definition at line 18 of file constants.hpp.
| const AztecAddress FEE_RECIPIENT = AztecAddress{ 0 } |
Definition at line 16 of file constants.hpp.
Definition at line 21 of file constants.hpp.
Definition at line 36 of file constants.hpp.
Definition at line 31 of file constants.hpp.
| const bool IS_STATIC_CALL = false |
Definition at line 35 of file constants.hpp.
| const FF MSG_SENDER = 100 |
Definition at line 29 of file constants.hpp.
| const std::vector<ScopedL2ToL1Message> NON_REVERTIBLE_ACCUMULATED_DATA_L2_TO_L1_MESSAGES = {} |
Definition at line 24 of file constants.hpp.
| const std::vector<FF> NON_REVERTIBLE_ACCUMULATED_DATA_NOTE_HASHES = {} |
Definition at line 23 of file constants.hpp.
| const std::vector<FF> NON_REVERTIBLE_ACCUMULATED_DATA_NULLIFIERS = { FIRST_NULLIFIER } |
Definition at line 22 of file constants.hpp.
| const std::vector<ScopedL2ToL1Message> REVERTIBLE_ACCUMULATED_DATA_L2_TO_L1_MESSAGES = {} |
Definition at line 27 of file constants.hpp.
| const std::vector<FF> REVERTIBLE_ACCUMULATED_DATA_NOTE_HASHES = {} |
Definition at line 26 of file constants.hpp.
| const std::vector<FF> REVERTIBLE_ACCUMULATED_DATA_NULLIFIERS = {} |
Definition at line 25 of file constants.hpp.
| const std::vector<PublicCallRequestWithCalldata> SETUP_ENQUEUED_CALLS = {} |
Definition at line 28 of file constants.hpp.
| const FF SLOT_NUMBER = 1 |
Definition at line 13 of file constants.hpp.
| const std::optional<PublicCallRequestWithCalldata> TEARDOWN_ENQUEUED_CALLS = std::nullopt |
Definition at line 30 of file constants.hpp.
| const uint64_t TIMESTAMP = 1000000 |
Definition at line 14 of file constants.hpp.
| const FF TRANSACTION_FEE = 0 |
Definition at line 34 of file constants.hpp.
| const std::string TRANSACTION_HASH = "0xdeadbeef" |
Definition at line 19 of file constants.hpp.
| const FF VERSION = 1 |
Definition at line 11 of file constants.hpp.