|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <world_state_message.hpp>
Public Member Functions | |
| MSGPACK_FIELDS (treeId, root, size, depth) | |
Public Attributes | |
| MerkleTreeId | treeId |
| fr | root |
| index_t | size |
| uint32_t | depth |
Definition at line 108 of file world_state_message.hpp.
| uint32_t bb::nodejs::GetTreeInfoResponse::depth |
Definition at line 112 of file world_state_message.hpp.
| fr bb::nodejs::GetTreeInfoResponse::root |
Definition at line 110 of file world_state_message.hpp.
| index_t bb::nodejs::GetTreeInfoResponse::size |
Definition at line 111 of file world_state_message.hpp.
| MerkleTreeId bb::nodejs::GetTreeInfoResponse::treeId |
Definition at line 109 of file world_state_message.hpp.