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