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

#include <avm_inputs.hpp>

Public Member Functions

bool operator== (const GetPreviousValueIndexHint &other) const =default
 
 MSGPACK_FIELDS (hintKey, treeId, value, index, alreadyPresent)
 

Public Attributes

AppendOnlyTreeSnapshot hintKey
 
world_state::MerkleTreeId treeId
 
FF value
 
uint64_t index
 
bool alreadyPresent
 

Detailed Description

Definition at line 178 of file avm_inputs.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::avm2::GetPreviousValueIndexHint::MSGPACK_FIELDS ( hintKey  ,
treeId  ,
value  ,
index  ,
alreadyPresent   
)

◆ operator==()

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

Member Data Documentation

◆ alreadyPresent

bool bb::avm2::GetPreviousValueIndexHint::alreadyPresent

Definition at line 185 of file avm_inputs.hpp.

◆ hintKey

AppendOnlyTreeSnapshot bb::avm2::GetPreviousValueIndexHint::hintKey

Definition at line 179 of file avm_inputs.hpp.

◆ index

uint64_t bb::avm2::GetPreviousValueIndexHint::index

Definition at line 184 of file avm_inputs.hpp.

◆ treeId

world_state::MerkleTreeId bb::avm2::GetPreviousValueIndexHint::treeId

Definition at line 181 of file avm_inputs.hpp.

◆ value

FF bb::avm2::GetPreviousValueIndexHint::value

Definition at line 182 of file avm_inputs.hpp.


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