pub fn create_config(
blockchain: &str,
network: &str,
) -> Result<BlockchainConfig>Expand description
Returns a blockchain config for a given blockchain and network.
pub fn create_config(
blockchain: &str,
network: &str,
) -> Result<BlockchainConfig>Returns a blockchain config for a given blockchain and network.