pub fn create_chain_params(
    args: &ArgsManager,
    chain: &String
) -> Box<ChainParams>
Expand description

| Creates and returns a std::unique_ptr | of the chosen chain. | | | ———– | @return | | a CChainParams* of the chosen chain. | @throws a std::runtime_error if the | chain is not supported. |