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

#include <fork.hpp>

Public Types

using Id = uint64_t
 
using SharedPtr = std::shared_ptr< Fork >
 

Public Attributes

Id _forkId
 
std::unordered_map< MerkleTreeId, Tree_trees
 
index_t _blockNumber
 

Detailed Description

Definition at line 27 of file fork.hpp.

Member Typedef Documentation

◆ Id

using bb::world_state::Fork::Id = uint64_t

Definition at line 28 of file fork.hpp.

◆ SharedPtr

using bb::world_state::Fork::SharedPtr = std::shared_ptr<Fork>

Definition at line 29 of file fork.hpp.

Member Data Documentation

◆ _blockNumber

index_t bb::world_state::Fork::_blockNumber

Definition at line 32 of file fork.hpp.

◆ _forkId

Id bb::world_state::Fork::_forkId

Definition at line 30 of file fork.hpp.

◆ _trees

std::unordered_map<MerkleTreeId, Tree> bb::world_state::Fork::_trees

Definition at line 31 of file fork.hpp.


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