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

#include <cdb_commands.hpp>

Classes

struct  Response
 

Public Member Functions

Response execute (CdbRequest &request) &&
 
 SERIALIZATION_FIELDS (forkId)
 
bool operator== (const CdbRevertCheckpoint &) const =default
 

Public Attributes

uint64_t forkId = 0
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "CdbRevertCheckpoint"
 

Detailed Description

Definition at line 139 of file cdb_commands.hpp.

Member Function Documentation

◆ execute()

Response bb::cdb::CdbRevertCheckpoint::execute ( CdbRequest &  request) &&

◆ operator==()

bool bb::cdb::CdbRevertCheckpoint::operator== ( const CdbRevertCheckpoint ) const
default

◆ SERIALIZATION_FIELDS()

bb::cdb::CdbRevertCheckpoint::SERIALIZATION_FIELDS ( forkId  )

Member Data Documentation

◆ forkId

uint64_t bb::cdb::CdbRevertCheckpoint::forkId = 0

Definition at line 146 of file cdb_commands.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::cdb::CdbRevertCheckpoint::MSGPACK_SCHEMA_NAME[] = "CdbRevertCheckpoint"
staticconstexpr

Definition at line 140 of file cdb_commands.hpp.


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