Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Public Member Functions | |
void | initialize_global_options (boost::program_options::options_description &global, boost::program_options::options_description &all_options) override |
Set up global options which are valid for all subcommands. More... | |
void | parse_global_options (global_options &out_options, const boost::program_options::variables_map &vm) override |
Parse the variables map to update the GlobalOptionsT object. More... | |
|
inlineoverridevirtual |
Set up global options which are valid for all subcommands.
Implements libtool::command< global_options >.
|
inlineoverridevirtual |
Parse the variables map to update the GlobalOptionsT object.
Implements libtool::command< global_options >.