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

#include <wsdb_commands.hpp>

Classes

struct  Response
 

Public Member Functions

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

Public Attributes

block_number_t toBlockNumber
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "WsdbUnwindBlocks"
 

Detailed Description

Definition at line 388 of file wsdb_commands.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 338 of file wsdb_execute.cpp.

◆ operator==()

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

◆ SERIALIZATION_FIELDS()

bb::wsdb::WsdbUnwindBlocks::SERIALIZATION_FIELDS ( toBlockNumber  )

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 389 of file wsdb_commands.hpp.

◆ toBlockNumber

block_number_t bb::wsdb::WsdbUnwindBlocks::toBlockNumber

Definition at line 396 of file wsdb_commands.hpp.


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