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

#include <wsdb_commands.hpp>

Classes

struct  Response
 

Public Member Functions

Response execute (WsdbRequest &request) &&
 
 SERIALIZATION_FIELDS (toBlockNumber)
 
bool operator== (const WsdbRemoveHistoricalBlocks &) const =default
 

Public Attributes

block_number_t toBlockNumber
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "WsdbRemoveHistoricalBlocks"
 

Detailed Description

Definition at line 402 of file wsdb_commands.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 344 of file wsdb_execute.cpp.

◆ operator==()

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

◆ SERIALIZATION_FIELDS()

bb::wsdb::WsdbRemoveHistoricalBlocks::SERIALIZATION_FIELDS ( toBlockNumber  )

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 403 of file wsdb_commands.hpp.

◆ toBlockNumber

block_number_t bb::wsdb::WsdbRemoveHistoricalBlocks::toBlockNumber

Definition at line 410 of file wsdb_commands.hpp.


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