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

#include <wsdb_commands.hpp>

Classes

struct  Response
 

Public Member Functions

Response execute (WsdbRequest &request) &&
 
 SERIALIZATION_FIELDS (blockStateRef, blockHeaderHash, forkId)
 
bool operator== (const WsdbUpdateArchive &) const =default
 

Public Attributes

StateReference blockStateRef
 
bb::fr blockHeaderHash
 
Fork::Id forkId { CANONICAL_FORK_ID }
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "WsdbUpdateArchive"
 

Detailed Description

Definition at line 264 of file wsdb_commands.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 277 of file wsdb_execute.cpp.

◆ operator==()

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

◆ SERIALIZATION_FIELDS()

bb::wsdb::WsdbUpdateArchive::SERIALIZATION_FIELDS ( blockStateRef  ,
blockHeaderHash  ,
forkId   
)

Member Data Documentation

◆ blockHeaderHash

bb::fr bb::wsdb::WsdbUpdateArchive::blockHeaderHash

Definition at line 272 of file wsdb_commands.hpp.

◆ blockStateRef

StateReference bb::wsdb::WsdbUpdateArchive::blockStateRef

Definition at line 271 of file wsdb_commands.hpp.

◆ forkId

Fork::Id bb::wsdb::WsdbUpdateArchive::forkId { CANONICAL_FORK_ID }

Definition at line 273 of file wsdb_commands.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 265 of file wsdb_commands.hpp.


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