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

#include <wsdb_commands.hpp>

Classes

struct  Response
 

Public Member Functions

Response execute (WsdbRequest &request) &&
 
 SERIALIZATION_FIELDS (latest, blockNumber)
 
bool operator== (const WsdbCreateFork &) const =default
 

Public Attributes

bool latest
 
block_number_t blockNumber
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "WsdbCreateFork"
 

Detailed Description

Definition at line 342 of file wsdb_commands.hpp.

Member Function Documentation

◆ execute()

WsdbCreateFork::Response bb::wsdb::WsdbCreateFork::execute ( WsdbRequest request) &&

Definition at line 315 of file wsdb_execute.cpp.

◆ operator==()

bool bb::wsdb::WsdbCreateFork::operator== ( const WsdbCreateFork ) const
default

◆ SERIALIZATION_FIELDS()

bb::wsdb::WsdbCreateFork::SERIALIZATION_FIELDS ( latest  ,
blockNumber   
)

Member Data Documentation

◆ blockNumber

block_number_t bb::wsdb::WsdbCreateFork::blockNumber

Definition at line 351 of file wsdb_commands.hpp.

◆ latest

bool bb::wsdb::WsdbCreateFork::latest

Definition at line 350 of file wsdb_commands.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::wsdb::WsdbCreateFork::MSGPACK_SCHEMA_NAME[] = "WsdbCreateFork"
staticconstexpr

Definition at line 343 of file wsdb_commands.hpp.


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