CCF
Loading...
Searching...
No Matches
Public Attributes | List of all members
ccf::JoinNetworkNodeToNode::In Struct Reference

#include <node_call_types.h>

Public Attributes

NodeInfoNetwork node_info_network
 
QuoteInfo quote_info
 
ccf::crypto::Pem public_encryption_key
 
std::optional< ccf::kv::Versionstartup_seqno = std::nullopt
 
std::optional< ccf::crypto::Pemcertificate_signing_request
 
nlohmann::json node_data = nullptr
 
std::optional< std::pair< SealedRecoveryKey, sealing_recovery::Name > > sealing_recovery_data = std::nullopt
 
std::optional< std::vector< uint8_t > > code_transparent_statement
 
std::optional< ccf::LedgerSignModeledger_sign_mode = std::nullopt
 
std::optional< uint32_t > join_fetch_count = std::nullopt
 

Member Data Documentation

◆ certificate_signing_request

std::optional<ccf::crypto::Pem> ccf::JoinNetworkNodeToNode::In::certificate_signing_request
Initial value:
=
std::nullopt

◆ code_transparent_statement

std::optional<std::vector<uint8_t> > ccf::JoinNetworkNodeToNode::In::code_transparent_statement
Initial value:
=
std::nullopt

◆ join_fetch_count

std::optional<uint32_t> ccf::JoinNetworkNodeToNode::In::join_fetch_count = std::nullopt

◆ ledger_sign_mode

std::optional<ccf::LedgerSignMode> ccf::JoinNetworkNodeToNode::In::ledger_sign_mode = std::nullopt

◆ node_data

nlohmann::json ccf::JoinNetworkNodeToNode::In::node_data = nullptr

◆ node_info_network

NodeInfoNetwork ccf::JoinNetworkNodeToNode::In::node_info_network

◆ public_encryption_key

ccf::crypto::Pem ccf::JoinNetworkNodeToNode::In::public_encryption_key

◆ quote_info

QuoteInfo ccf::JoinNetworkNodeToNode::In::quote_info

◆ sealing_recovery_data

std::optional<std::pair<SealedRecoveryKey, sealing_recovery::Name> > ccf::JoinNetworkNodeToNode::In::sealing_recovery_data = std::nullopt

◆ startup_seqno

std::optional<ccf::kv::Version> ccf::JoinNetworkNodeToNode::In::startup_seqno = std::nullopt

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