|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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 } |
Definition at line 225 of file world_state_message.hpp.
| bb::nodejs::BatchInsertRequest< T >::SERIALIZATION_FIELDS | ( | treeId | , |
| leaves | , | ||
| subtreeDepth | , | ||
| forkId | |||
| ) |
| Fork::Id bb::nodejs::BatchInsertRequest< T >::forkId { CANONICAL_FORK_ID } |
Definition at line 229 of file world_state_message.hpp.
| std::vector<T> bb::nodejs::BatchInsertRequest< T >::leaves |
Definition at line 227 of file world_state_message.hpp.
| uint32_t bb::nodejs::BatchInsertRequest< T >::subtreeDepth |
Definition at line 228 of file world_state_message.hpp.
| MerkleTreeId bb::nodejs::BatchInsertRequest< T >::treeId |
Definition at line 226 of file world_state_message.hpp.