CCF
Loading...
Searching...
No Matches
Functions
entry_points.h File Reference
#include "common/enclave_interface_types.h"
#include "ds/work_beacon.h"
#include <cstdint>

Go to the source code of this file.

Functions

CreateNodeStatus enclave_create_node (const EnclaveConfig &enclave_config, const ccf::StartupConfig &ccf_config, std::vector< uint8_t > &&startup_snapshot, std::vector< uint8_t > &node_cert, std::vector< uint8_t > &service_cert, StartType start_type, ccf::LoggerLevel log_level, size_t num_worker_thread, const ccf::ds::WorkBeaconPtr &work_beacon)
 
bool enclave_run ()
 

Function Documentation

◆ enclave_create_node()

CreateNodeStatus enclave_create_node ( const EnclaveConfig enclave_config,
const ccf::StartupConfig ccf_config,
std::vector< uint8_t > &&  startup_snapshot,
std::vector< uint8_t > &  node_cert,
std::vector< uint8_t > &  service_cert,
StartType  start_type,
ccf::LoggerLevel  log_level,
size_t  num_worker_thread,
const ccf::ds::WorkBeaconPtr work_beacon 
)

◆ enclave_run()

bool enclave_run ( )