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

#include <cdb_commands.hpp>

Classes

struct  Response
 

Public Member Functions

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

Public Attributes

uint64_t forkId = 0
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "CdbCommitCheckpoint"
 

Detailed Description

Definition at line 126 of file cdb_commands.hpp.

Member Function Documentation

◆ execute()

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

◆ operator==()

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

◆ SERIALIZATION_FIELDS()

bb::cdb::CdbCommitCheckpoint::SERIALIZATION_FIELDS ( forkId  )

Member Data Documentation

◆ forkId

uint64_t bb::cdb::CdbCommitCheckpoint::forkId = 0

Definition at line 133 of file cdb_commands.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 127 of file cdb_commands.hpp.


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