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

 SERIALIZATION_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 225 of file world_state_message.hpp.

Member Function Documentation

◆ SERIALIZATION_FIELDS()

template<typename T >
bb::nodejs::BatchInsertRequest< T >::SERIALIZATION_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 229 of file world_state_message.hpp.

◆ leaves

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

Definition at line 227 of file world_state_message.hpp.

◆ subtreeDepth

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

Definition at line 228 of file world_state_message.hpp.

◆ treeId

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

Definition at line 226 of file world_state_message.hpp.


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