Function openethereum::start
source · [−]pub fn start(
conf: Configuration,
logger: Arc<RotatingLogger>
) -> Result<ExecutionAction, String>
Expand description
Starts the OpenEthereum client.
The first parameter is the command line arguments that you would pass when running the openethereum binary.
On error, returns what to print on stderr.