|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <instruction.hpp>
Public Member Functions | |
| MSGPACK_FIELDS (l2_gas_address, da_gas_address, contract_address_address, calldata_address, calldata_size_address, calldata_size, is_static_call) | |
Public Attributes | |
| ParamRef | l2_gas_address |
| ParamRef | da_gas_address |
| ParamRef | contract_address_address |
| ParamRef | calldata_address |
| AddressRef | calldata_size_address |
| uint16_t | calldata_size |
| bool | is_static_call |
Definition at line 546 of file instruction.hpp.
| CALL_Instruction::MSGPACK_FIELDS | ( | l2_gas_address | , |
| da_gas_address | , | ||
| contract_address_address | , | ||
| calldata_address | , | ||
| calldata_size_address | , | ||
| calldata_size | , | ||
| is_static_call | |||
| ) |
| ParamRef CALL_Instruction::calldata_address |
Definition at line 550 of file instruction.hpp.
| uint16_t CALL_Instruction::calldata_size |
Definition at line 553 of file instruction.hpp.
| AddressRef CALL_Instruction::calldata_size_address |
Definition at line 552 of file instruction.hpp.
| ParamRef CALL_Instruction::contract_address_address |
Definition at line 549 of file instruction.hpp.
| ParamRef CALL_Instruction::da_gas_address |
Definition at line 548 of file instruction.hpp.
| bool CALL_Instruction::is_static_call |
Definition at line 554 of file instruction.hpp.
| ParamRef CALL_Instruction::l2_gas_address |
Definition at line 547 of file instruction.hpp.