usestd::path::PathBuf;usecrate::types::AccountId;pubstructInfo{/// Name of the network itself
pubname: String,
/// Root Account ID of the network. Mainnet has `unc`, testnet has `testnet`.
pubroot_id: AccountId,
/// Path to the keystore directory
pubkeystore_path: PathBuf,
/// Rpc endpoint to point our client to
pubrpc_url:url::Url,
}