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

#include <avm_io.hpp>

Public Member Functions

bool operator== (const AppendLeavesHint &other) const =default
 
 MSGPACK_CAMEL_CASE_FIELDS (hint_key, state_after, tree_id, leaves)
 

Public Attributes

AppendOnlyTreeSnapshot hint_key
 
AppendOnlyTreeSnapshot state_after
 
world_state::MerkleTreeId tree_id
 
std::vector< FFleaves
 

Detailed Description

Definition at line 257 of file avm_io.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::AppendLeavesHint::MSGPACK_CAMEL_CASE_FIELDS ( hint_key  ,
state_after  ,
tree_id  ,
leaves   
)

◆ operator==()

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

Member Data Documentation

◆ hint_key

AppendOnlyTreeSnapshot bb::avm2::AppendLeavesHint::hint_key

Definition at line 258 of file avm_io.hpp.

◆ leaves

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

Definition at line 262 of file avm_io.hpp.

◆ state_after

AppendOnlyTreeSnapshot bb::avm2::AppendLeavesHint::state_after

Definition at line 259 of file avm_io.hpp.

◆ tree_id

world_state::MerkleTreeId bb::avm2::AppendLeavesHint::tree_id

Definition at line 261 of file avm_io.hpp.


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