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

#include <configuration.h>

Public Member Functions

bool operator== (const ParsedMemberInfo &other) const =default
 

Public Attributes

std::string certificate_file
 
std::optional< std::string > encryption_public_key_file = std::nullopt
 
std::optional< std::string > data_json_file = std::nullopt
 
std::optional< ccf::MemberRecoveryRolerecovery_role = std::nullopt
 

Member Function Documentation

◆ operator==()

bool host::ParsedMemberInfo::operator== ( const ParsedMemberInfo other) const
default

Member Data Documentation

◆ certificate_file

std::string host::ParsedMemberInfo::certificate_file

◆ data_json_file

std::optional<std::string> host::ParsedMemberInfo::data_json_file = std::nullopt

◆ encryption_public_key_file

std::optional<std::string> host::ParsedMemberInfo::encryption_public_key_file = std::nullopt

◆ recovery_role

std::optional<ccf::MemberRecoveryRole> host::ParsedMemberInfo::recovery_role = std::nullopt

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