CCF
|
Node network information. More...
#include <node_info_network.h>
Inherited by ccf::NodeInfoNetwork.
Classes | |
struct | ACME |
ACME configuration description. More... | |
struct | NetInterface |
Network interface description. More... | |
Public Types | |
using | NetAddress = std::string |
using | RpcInterfaceID = std::string |
using | NetProtocol = std::string |
using | RpcInterfaces = std::map< RpcInterfaceID, NetInterface > |
RPC interface mapping. | |
Public Attributes | |
NetInterface | node_to_node_interface |
Node-to-node network interface. | |
RpcInterfaces | rpc_interfaces |
RPC interfaces. | |
std::optional< ACME > | acme = std::nullopt |
ACME configuration. | |
bool | will_locally_seal_ledger_secrets = false |
Node network information.
using ccf::NodeInfoNetwork_v2::NetAddress = std::string |
using ccf::NodeInfoNetwork_v2::NetProtocol = std::string |
using ccf::NodeInfoNetwork_v2::RpcInterfaceID = std::string |
using ccf::NodeInfoNetwork_v2::RpcInterfaces = std::map<RpcInterfaceID, NetInterface> |
RPC interface mapping.
NetInterface ccf::NodeInfoNetwork_v2::node_to_node_interface |
Node-to-node network interface.
RpcInterfaces ccf::NodeInfoNetwork_v2::rpc_interfaces |
RPC interfaces.
bool ccf::NodeInfoNetwork_v2::will_locally_seal_ledger_secrets = false |