Barretenberg
The ZK-SNARK library at the core of Aztec
|
Classes | |
struct | HeaderOnlyMessage |
class | MessageDispatcher |
struct | MessageHandler |
struct | MsgHeader |
class | StreamDispatcher |
struct | TypedMessage |
Typedefs | |
using | message_handler = std::function< bool(msgpack::object &, msgpack::sbuffer &)> |
Enumerations | |
enum | SystemMsgTypes { TERMINATE = 0 , PING = 1 , PONG = 2 } |
Variables | |
const uint32_t | FIRST_APP_MSG_TYPE = 100 |
using bb::messaging::message_handler = typedef std::function<bool(msgpack::object&, msgpack::sbuffer&)> |
Definition at line 17 of file dispatcher.hpp.
Enumerator | |
---|---|
TERMINATE | |
PING | |
PONG |
Definition at line 8 of file header.hpp.
const uint32_t bb::messaging::FIRST_APP_MSG_TYPE = 100 |
Definition at line 10 of file header.hpp.