Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::nodejs::FindLeafIndicesRequest< T > Struct Template Reference

#include <world_state_message.hpp>

Public Member Functions

 MSGPACK_FIELDS (treeId, revision, leaves, startIndex)
 

Public Attributes

MerkleTreeId treeId
 
WorldStateRevision revision
 
std::vector< T > leaves
 
index_t startIndex
 

Detailed Description

template<typename T>
struct bb::nodejs::FindLeafIndicesRequest< T >

Definition at line 164 of file world_state_message.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

template<typename T >
bb::nodejs::FindLeafIndicesRequest< T >::MSGPACK_FIELDS ( treeId  ,
revision  ,
leaves  ,
startIndex   
)

Member Data Documentation

◆ leaves

template<typename T >
std::vector<T> bb::nodejs::FindLeafIndicesRequest< T >::leaves

Definition at line 167 of file world_state_message.hpp.

◆ revision

template<typename T >
WorldStateRevision bb::nodejs::FindLeafIndicesRequest< T >::revision

Definition at line 166 of file world_state_message.hpp.

◆ startIndex

template<typename T >
index_t bb::nodejs::FindLeafIndicesRequest< T >::startIndex

Definition at line 168 of file world_state_message.hpp.

◆ treeId

template<typename T >
MerkleTreeId bb::nodejs::FindLeafIndicesRequest< T >::treeId

Definition at line 165 of file world_state_message.hpp.


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