|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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" |
Definition at line 264 of file wsdb_commands.hpp.
| WsdbUpdateArchive::Response bb::wsdb::WsdbUpdateArchive::execute | ( | WsdbRequest & | request | ) | && |
Definition at line 277 of file wsdb_execute.cpp.
|
default |
| bb::wsdb::WsdbUpdateArchive::SERIALIZATION_FIELDS | ( | blockStateRef | , |
| blockHeaderHash | , | ||
| forkId | |||
| ) |
| bb::fr bb::wsdb::WsdbUpdateArchive::blockHeaderHash |
Definition at line 272 of file wsdb_commands.hpp.
| StateReference bb::wsdb::WsdbUpdateArchive::blockStateRef |
Definition at line 271 of file wsdb_commands.hpp.
| Fork::Id bb::wsdb::WsdbUpdateArchive::forkId { CANONICAL_FORK_ID } |
Definition at line 273 of file wsdb_commands.hpp.
|
staticconstexpr |
Definition at line 265 of file wsdb_commands.hpp.