Struct near_workspaces::network::Info
source · pub struct Info {
pub name: String,
pub root_id: AccountId,
pub keystore_path: PathBuf,
pub rpc_url: String,
}Fields§
§name: StringName of the network itself
root_id: AccountIdRoot Account ID of the network. Mainnet has near, testnet has testnet.
keystore_path: PathBufPath to the keystore directory
rpc_url: StringRpc endpoint to point our client to