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

#include <wsdb_commands.hpp>

Classes

struct  Response
 

Public Member Functions

Response execute (WsdbRequest &request) &&
 
 SERIALIZATION_FIELDS (forkId)
 
bool operator== (const WsdbRevertAllCheckpoints &) const =default
 

Public Attributes

uint64_t forkId
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "WsdbRevertAllCheckpoints"
 

Detailed Description

Definition at line 489 of file wsdb_commands.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 389 of file wsdb_execute.cpp.

◆ operator==()

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

◆ SERIALIZATION_FIELDS()

bb::wsdb::WsdbRevertAllCheckpoints::SERIALIZATION_FIELDS ( forkId  )

Member Data Documentation

◆ forkId

uint64_t bb::wsdb::WsdbRevertAllCheckpoints::forkId

Definition at line 496 of file wsdb_commands.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 490 of file wsdb_commands.hpp.


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