|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_inputs.hpp>
Public Member Functions | |
| bool | operator== (const GetPreviousValueIndexHint &other) const =default |
| MSGPACK_FIELDS (hintKey, treeId, value, index, alreadyPresent) | |
Public Attributes | |
| AppendOnlyTreeSnapshot | hintKey |
| world_state::MerkleTreeId | treeId |
| FF | value |
| uint64_t | index |
| bool | alreadyPresent |
Definition at line 182 of file avm_inputs.hpp.
| bb::avm2::GetPreviousValueIndexHint::MSGPACK_FIELDS | ( | hintKey | , |
| treeId | , | ||
| value | , | ||
| index | , | ||
| alreadyPresent | |||
| ) |
|
default |
| bool bb::avm2::GetPreviousValueIndexHint::alreadyPresent |
Definition at line 189 of file avm_inputs.hpp.
| AppendOnlyTreeSnapshot bb::avm2::GetPreviousValueIndexHint::hintKey |
Definition at line 183 of file avm_inputs.hpp.
| uint64_t bb::avm2::GetPreviousValueIndexHint::index |
Definition at line 188 of file avm_inputs.hpp.
| world_state::MerkleTreeId bb::avm2::GetPreviousValueIndexHint::treeId |
Definition at line 185 of file avm_inputs.hpp.
| FF bb::avm2::GetPreviousValueIndexHint::value |
Definition at line 186 of file avm_inputs.hpp.