Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
world_state_message.hpp File Reference

Go to the source code of this file.

Classes

struct  bb::nodejs::TreeIdOnlyRequest
 
struct  bb::nodejs::CreateForkRequest
 
struct  bb::nodejs::CreateForkResponse
 
struct  bb::nodejs::DeleteForkRequest
 
struct  bb::nodejs::ForkIdOnlyRequest
 
struct  bb::nodejs::TreeIdAndRevisionRequest
 
struct  bb::nodejs::EmptyResponse
 
struct  bb::nodejs::GetTreeInfoRequest
 
struct  bb::nodejs::GetTreeInfoResponse
 
struct  bb::nodejs::GetStateReferenceRequest
 
struct  bb::nodejs::GetStateReferenceResponse
 
struct  bb::nodejs::GetInitialStateReferenceResponse
 
struct  bb::nodejs::GetLeafValueRequest
 
struct  bb::nodejs::GetLeafPreimageRequest
 
struct  bb::nodejs::GetSiblingPathRequest
 
struct  bb::nodejs::GetBlockNumbersForLeafIndicesRequest
 
struct  bb::nodejs::GetBlockNumbersForLeafIndicesResponse
 
struct  bb::nodejs::FindLeafIndicesRequest< T >
 
struct  bb::nodejs::FindLeafIndicesResponse
 
struct  bb::nodejs::FindLeafPathsRequest< T >
 
struct  bb::nodejs::FindLeafPathsResponse
 
struct  bb::nodejs::FindLowLeafRequest
 
struct  bb::nodejs::FindLowLeafResponse
 
struct  bb::nodejs::BlockShiftRequest
 
struct  bb::nodejs::AppendLeavesRequest< T >
 
struct  bb::nodejs::BatchInsertRequest< T >
 
struct  bb::nodejs::InsertRequest< T >
 
struct  bb::nodejs::UpdateArchiveRequest
 
struct  bb::nodejs::SyncBlockRequest
 
struct  bb::nodejs::CopyStoresRequest
 

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 
namespace  bb::nodejs
 

Enumerations

enum  bb::nodejs::WorldStateMessageType {
  bb::nodejs::GET_TREE_INFO = FIRST_APP_MSG_TYPE , bb::nodejs::GET_STATE_REFERENCE , bb::nodejs::GET_INITIAL_STATE_REFERENCE , bb::nodejs::GET_LEAF_VALUE ,
  bb::nodejs::GET_LEAF_PREIMAGE , bb::nodejs::GET_SIBLING_PATH , bb::nodejs::GET_BLOCK_NUMBERS_FOR_LEAF_INDICES , bb::nodejs::FIND_LEAF_INDICES ,
  bb::nodejs::FIND_LOW_LEAF , bb::nodejs::FIND_SIBLING_PATHS , bb::nodejs::APPEND_LEAVES , bb::nodejs::BATCH_INSERT ,
  bb::nodejs::SEQUENTIAL_INSERT , bb::nodejs::UPDATE_ARCHIVE , bb::nodejs::COMMIT , bb::nodejs::ROLLBACK ,
  bb::nodejs::SYNC_BLOCK , bb::nodejs::CREATE_FORK , bb::nodejs::DELETE_FORK , bb::nodejs::FINALIZE_BLOCKS ,
  bb::nodejs::UNWIND_BLOCKS , bb::nodejs::REMOVE_HISTORICAL_BLOCKS , bb::nodejs::GET_STATUS , bb::nodejs::CREATE_CHECKPOINT ,
  bb::nodejs::COMMIT_CHECKPOINT , bb::nodejs::REVERT_CHECKPOINT , bb::nodejs::COMMIT_ALL_CHECKPOINTS , bb::nodejs::REVERT_ALL_CHECKPOINTS ,
  bb::nodejs::COPY_STORES , bb::nodejs::CLOSE = 999
}