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

#include <world_state_message.hpp>

Public Member Functions

 MSGPACK_FIELDS (treeId, leaves, forkId)
 

Public Attributes

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

Detailed Description

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

Definition at line 222 of file world_state_message.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

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

Member Data Documentation

◆ forkId

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

Definition at line 225 of file world_state_message.hpp.

◆ leaves

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

Definition at line 224 of file world_state_message.hpp.

◆ treeId

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

Definition at line 223 of file world_state_message.hpp.


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