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

#include <bbapi_shared.hpp>

Classes

struct  Response
 

Public Member Functions

void msgpack (auto &&pack_fn)
 
Response execute (const BBApiRequest &) &&
 
bool operator== (const Shutdown &) const =default
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "Shutdown"
 

Detailed Description

Definition at line 182 of file bbapi_shared.hpp.

Member Function Documentation

◆ execute()

Response bb::bbapi::Shutdown::execute ( const BBApiRequest ) &&
inline

Definition at line 191 of file bbapi_shared.hpp.

◆ msgpack()

void bb::bbapi::Shutdown::msgpack ( auto &&  pack_fn)
inline

Definition at line 190 of file bbapi_shared.hpp.

◆ operator==()

bool bb::bbapi::Shutdown::operator== ( const Shutdown ) const
default

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::bbapi::Shutdown::MSGPACK_SCHEMA_NAME[] = "Shutdown"
staticconstexpr

Definition at line 183 of file bbapi_shared.hpp.


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