|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <world_state_message.hpp>
Public Member Functions | |
| MSGPACK_FIELDS (treeId, revision, leaves) | |
Public Attributes | |
| MerkleTreeId | treeId |
| WorldStateRevision | revision |
| std::vector< T > | leaves |
Definition at line 177 of file world_state_message.hpp.
| bb::nodejs::FindLeafPathsRequest< T >::MSGPACK_FIELDS | ( | treeId | , |
| revision | , | ||
| leaves | |||
| ) |
| std::vector<T> bb::nodejs::FindLeafPathsRequest< T >::leaves |
Definition at line 180 of file world_state_message.hpp.
| WorldStateRevision bb::nodejs::FindLeafPathsRequest< T >::revision |
Definition at line 179 of file world_state_message.hpp.
| MerkleTreeId bb::nodejs::FindLeafPathsRequest< T >::treeId |
Definition at line 178 of file world_state_message.hpp.