OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
cbdc::sentinel::shard_info Struct Reference

Sentinel-specific representation of shard network information. More...

#include <interface.hpp>

Data Fields

config::shard_range_t m_range
 UHS ID range.
 
cbdc::network::peer_id_t m_peer_id
 Network ID of the peer corresponding to this shard generated by a call to cbdc::network::network::connect.
 

Detailed Description

Sentinel-specific representation of shard network information.

Definition at line 35 of file uhs/sentinel/interface.hpp.

Field Documentation

◆ m_peer_id

cbdc::network::peer_id_t cbdc::sentinel::shard_info::m_peer_id

Network ID of the peer corresponding to this shard generated by a call to cbdc::network::network::connect.

Definition at line 40 of file uhs/sentinel/interface.hpp.

◆ m_range

config::shard_range_t cbdc::sentinel::shard_info::m_range

UHS ID range.

Definition at line 37 of file uhs/sentinel/interface.hpp.


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