Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::crypto::merkle_tree::BlockPayload Struct Reference

#include <lmdb_tree_store.hpp>

Public Member Functions

bool operator== (const BlockPayload &other) const
 

Public Attributes

index_t size
 
block_number_t blockNumber
 
fr root
 

Detailed Description

Definition at line 35 of file lmdb_tree_store.hpp.

Member Function Documentation

◆ operator==()

bool bb::crypto::merkle_tree::BlockPayload::operator== ( const BlockPayload other) const
inline

Definition at line 43 of file lmdb_tree_store.hpp.

Member Data Documentation

◆ blockNumber

block_number_t bb::crypto::merkle_tree::BlockPayload::blockNumber

Definition at line 38 of file lmdb_tree_store.hpp.

◆ root

fr bb::crypto::merkle_tree::BlockPayload::root

Definition at line 39 of file lmdb_tree_store.hpp.

◆ size

index_t bb::crypto::merkle_tree::BlockPayload::size

Definition at line 37 of file lmdb_tree_store.hpp.


The documentation for this struct was generated from the following file: