|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_io.hpp>
Public Member Functions | |
| bool | operator== (const GetPreviousValueIndexHint &other) const =default |
| MSGPACK_CAMEL_CASE_FIELDS (hint_key, tree_id, value, index, already_present) | |
Public Attributes | |
| AppendOnlyTreeSnapshot | hint_key |
| world_state::MerkleTreeId | tree_id |
| FF | value |
| uint64_t | index |
| bool | already_present |
Definition at line 200 of file avm_io.hpp.
| bb::avm2::GetPreviousValueIndexHint::MSGPACK_CAMEL_CASE_FIELDS | ( | hint_key | , |
| tree_id | , | ||
| value | , | ||
| index | , | ||
| already_present | |||
| ) |
|
default |
| bool bb::avm2::GetPreviousValueIndexHint::already_present |
Definition at line 207 of file avm_io.hpp.
| AppendOnlyTreeSnapshot bb::avm2::GetPreviousValueIndexHint::hint_key |
Definition at line 201 of file avm_io.hpp.
| uint64_t bb::avm2::GetPreviousValueIndexHint::index |
Definition at line 206 of file avm_io.hpp.
| world_state::MerkleTreeId bb::avm2::GetPreviousValueIndexHint::tree_id |
Definition at line 203 of file avm_io.hpp.
| FF bb::avm2::GetPreviousValueIndexHint::value |
Definition at line 204 of file avm_io.hpp.