pub async fn create_wallet(
blockchain: Option<String>,
network: Option<String>,
url: Option<String>,
keyfile: Option<&Path>,
) -> Result<Wallet>Expand description
Returns a wallet instance. Parameters:
blockchain: blockchain name e.g. “bitcoin”, “ethereum”.network: network name e.g. “dev”.url: rosetta server url.keyfile: path to a keyfile.