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

#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
 

Detailed Description

Definition at line 200 of file avm_io.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::GetPreviousValueIndexHint::MSGPACK_CAMEL_CASE_FIELDS ( hint_key  ,
tree_id  ,
value  ,
index  ,
already_present   
)

◆ operator==()

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

Member Data Documentation

◆ already_present

bool bb::avm2::GetPreviousValueIndexHint::already_present

Definition at line 207 of file avm_io.hpp.

◆ hint_key

AppendOnlyTreeSnapshot bb::avm2::GetPreviousValueIndexHint::hint_key

Definition at line 201 of file avm_io.hpp.

◆ index

uint64_t bb::avm2::GetPreviousValueIndexHint::index

Definition at line 206 of file avm_io.hpp.

◆ tree_id

world_state::MerkleTreeId bb::avm2::GetPreviousValueIndexHint::tree_id

Definition at line 203 of file avm_io.hpp.

◆ value

FF bb::avm2::GetPreviousValueIndexHint::value

Definition at line 204 of file avm_io.hpp.


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