OpenCBDC Transaction Processor
|
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. | |
Sentinel-specific representation of shard network information.
Definition at line 35 of file uhs/sentinel/interface.hpp.
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.
config::shard_range_t cbdc::sentinel::shard_info::m_range |
UHS ID range.
Definition at line 37 of file uhs/sentinel/interface.hpp.