CCF
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
host::CCHostConfig::OutputFiles Struct Reference

#include <configuration.h>

Public Member Functions

bool operator== (const OutputFiles &) const =default
 

Public Attributes

std::string node_certificate_file = "nodecert.pem"
 
std::string pid_file = "my_node.pid"
 
std::string node_to_node_address_file = ""
 
std::string rpc_addresses_file = ""
 
std::optional< std::string > sealed_ledger_secret_location = std::nullopt
 

Member Function Documentation

◆ operator==()

bool host::CCHostConfig::OutputFiles::operator== ( const OutputFiles ) const
default

Member Data Documentation

◆ node_certificate_file

std::string host::CCHostConfig::OutputFiles::node_certificate_file = "nodecert.pem"

◆ node_to_node_address_file

std::string host::CCHostConfig::OutputFiles::node_to_node_address_file = ""

◆ pid_file

std::string host::CCHostConfig::OutputFiles::pid_file = "my_node.pid"

◆ rpc_addresses_file

std::string host::CCHostConfig::OutputFiles::rpc_addresses_file = ""

◆ sealed_ledger_secret_location

std::optional<std::string> host::CCHostConfig::OutputFiles::sealed_ledger_secret_location = std::nullopt

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