Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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 } |
Definition at line 214 of file world_state_message.hpp.
bb::nodejs::BatchInsertRequest< T >::MSGPACK_FIELDS | ( | treeId | , |
leaves | , | ||
subtreeDepth | , | ||
forkId | |||
) |
Fork::Id bb::nodejs::BatchInsertRequest< T >::forkId { CANONICAL_FORK_ID } |
Definition at line 218 of file world_state_message.hpp.
std::vector<T> bb::nodejs::BatchInsertRequest< T >::leaves |
Definition at line 216 of file world_state_message.hpp.
uint32_t bb::nodejs::BatchInsertRequest< T >::subtreeDepth |
Definition at line 217 of file world_state_message.hpp.
MerkleTreeId bb::nodejs::BatchInsertRequest< T >::treeId |
Definition at line 215 of file world_state_message.hpp.