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

#include <world_state_message.hpp>

Public Member Functions

 MSGPACK_FIELDS (treeId, leaves, subtreeDepth, forkId)
 

Public Attributes

MerkleTreeId treeId
 
std::vector< T > leaves
 
uint32_t subtreeDepth
 
Fork::Id forkId { CANONICAL_FORK_ID }
 

Detailed Description

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

Definition at line 214 of file world_state_message.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

template<typename T >
bb::nodejs::BatchInsertRequest< T >::MSGPACK_FIELDS ( treeId  ,
leaves  ,
subtreeDepth  ,
forkId   
)

Member Data Documentation

◆ forkId

template<typename T >
Fork::Id bb::nodejs::BatchInsertRequest< T >::forkId { CANONICAL_FORK_ID }

Definition at line 218 of file world_state_message.hpp.

◆ leaves

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

Definition at line 216 of file world_state_message.hpp.

◆ subtreeDepth

template<typename T >
uint32_t bb::nodejs::BatchInsertRequest< T >::subtreeDepth

Definition at line 217 of file world_state_message.hpp.

◆ treeId

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

Definition at line 215 of file world_state_message.hpp.


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