Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::AppendLeavesHint Struct Reference

#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< FFleaves
 

Detailed Description

Definition at line 235 of file avm_inputs.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::avm2::AppendLeavesHint::MSGPACK_FIELDS ( hintKey  ,
stateAfter  ,
treeId  ,
leaves   
)

◆ operator==()

bool bb::avm2::AppendLeavesHint::operator== ( const AppendLeavesHint other) const
default

Member Data Documentation

◆ hintKey

AppendOnlyTreeSnapshot bb::avm2::AppendLeavesHint::hintKey

Definition at line 236 of file avm_inputs.hpp.

◆ leaves

std::vector<FF> bb::avm2::AppendLeavesHint::leaves

Definition at line 240 of file avm_inputs.hpp.

◆ stateAfter

AppendOnlyTreeSnapshot bb::avm2::AppendLeavesHint::stateAfter

Definition at line 237 of file avm_inputs.hpp.

◆ treeId

world_state::MerkleTreeId bb::avm2::AppendLeavesHint::treeId

Definition at line 239 of file avm_inputs.hpp.


The documentation for this struct was generated from the following file: