Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <world_state_message.hpp>
Public Member Functions | |
MSGPACK_FIELDS (treeId, revision, leaves, startIndex) | |
Public Attributes | |
MerkleTreeId | treeId |
WorldStateRevision | revision |
std::vector< T > | leaves |
index_t | startIndex |
Definition at line 164 of file world_state_message.hpp.
bb::nodejs::FindLeafIndicesRequest< T >::MSGPACK_FIELDS | ( | treeId | , |
revision | , | ||
leaves | , | ||
startIndex | |||
) |
std::vector<T> bb::nodejs::FindLeafIndicesRequest< T >::leaves |
Definition at line 167 of file world_state_message.hpp.
WorldStateRevision bb::nodejs::FindLeafIndicesRequest< T >::revision |
Definition at line 166 of file world_state_message.hpp.
index_t bb::nodejs::FindLeafIndicesRequest< T >::startIndex |
Definition at line 168 of file world_state_message.hpp.
MerkleTreeId bb::nodejs::FindLeafIndicesRequest< T >::treeId |
Definition at line 165 of file world_state_message.hpp.