|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <world_state_message.hpp>
Public Member Functions | |
| SERIALIZATION_FIELDS (treeId, revision, leafIndices) | |
Public Attributes | |
| MerkleTreeId | treeId |
| WorldStateRevision | revision |
| std::vector< index_t > | leafIndices |
Definition at line 163 of file world_state_message.hpp.
| bb::nodejs::GetBlockNumbersForLeafIndicesRequest::SERIALIZATION_FIELDS | ( | treeId | , |
| revision | , | ||
| leafIndices | |||
| ) |
| std::vector<index_t> bb::nodejs::GetBlockNumbersForLeafIndicesRequest::leafIndices |
Definition at line 166 of file world_state_message.hpp.
| WorldStateRevision bb::nodejs::GetBlockNumbersForLeafIndicesRequest::revision |
Definition at line 165 of file world_state_message.hpp.
| MerkleTreeId bb::nodejs::GetBlockNumbersForLeafIndicesRequest::treeId |
Definition at line 164 of file world_state_message.hpp.