pub fn create_full_node(
node_path: &str,
disable_stdout: bool,
) -> (SharedBlockchain, SharedNodeState)Expand description
Creates a full node (SharedBlockchain and SharedNodeState), connecting to peers, accepting blocks and transactions
pub fn create_full_node(
node_path: &str,
disable_stdout: bool,
) -> (SharedBlockchain, SharedNodeState)Creates a full node (SharedBlockchain and SharedNodeState), connecting to peers, accepting blocks and transactions