Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_inputs.hpp>
Public Member Functions | |
bool | operator== (const AppendLeavesHint &other) const =default |
MSGPACK_FIELDS (hintKey, stateAfter, treeId, leaves) | |
Public Attributes | |
AppendOnlyTreeSnapshot | hintKey |
AppendOnlyTreeSnapshot | stateAfter |
world_state::MerkleTreeId | treeId |
std::vector< FF > | leaves |
Definition at line 235 of file avm_inputs.hpp.
bb::avm2::AppendLeavesHint::MSGPACK_FIELDS | ( | hintKey | , |
stateAfter | , | ||
treeId | , | ||
leaves | |||
) |
|
default |
AppendOnlyTreeSnapshot bb::avm2::AppendLeavesHint::hintKey |
Definition at line 236 of file avm_inputs.hpp.
std::vector<FF> bb::avm2::AppendLeavesHint::leaves |
Definition at line 240 of file avm_inputs.hpp.
AppendOnlyTreeSnapshot bb::avm2::AppendLeavesHint::stateAfter |
Definition at line 237 of file avm_inputs.hpp.
world_state::MerkleTreeId bb::avm2::AppendLeavesHint::treeId |
Definition at line 239 of file avm_inputs.hpp.