acquire_node_interface_from_local_config

Function acquire_node_interface_from_local_config 

Source
pub fn acquire_node_interface_from_local_config() -> NodeInterface
Expand description

A ease-of-use function which attempts to acquire a NodeInterface from a local file. If the file does not exist, it generates a new config file, tells the user to edit the config file, and then closes the running application This is useful for CLI applications, however should not be used by GUI-based applications.