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

#include <header.hpp>

Public Member Functions

 MSGPACK_FIELDS (messageId, requestId)
 
 MsgHeader ()=default
 
 MsgHeader (uint32_t reqId)
 
 MsgHeader (uint32_t msgId, uint32_t reqId)
 

Public Attributes

uint32_t messageId
 
uint32_t requestId
 

Detailed Description

Definition at line 13 of file header.hpp.

Constructor & Destructor Documentation

◆ MsgHeader() [1/3]

bb::messaging::MsgHeader::MsgHeader ( )
default

◆ MsgHeader() [2/3]

bb::messaging::MsgHeader::MsgHeader ( uint32_t  reqId)
inline

Definition at line 21 of file header.hpp.

◆ MsgHeader() [3/3]

bb::messaging::MsgHeader::MsgHeader ( uint32_t  msgId,
uint32_t  reqId 
)
inline

Definition at line 25 of file header.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::messaging::MsgHeader::MSGPACK_FIELDS ( messageId  ,
requestId   
)

Member Data Documentation

◆ messageId

uint32_t bb::messaging::MsgHeader::messageId

Definition at line 14 of file header.hpp.

◆ requestId

uint32_t bb::messaging::MsgHeader::requestId

Definition at line 15 of file header.hpp.


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