pub fn create_config(
    blockchain: &str,
    network: &str
) -> Result<BlockchainConfig>
Expand description

Returns a blockchain config for a given blockchain and network.