NodeInfoOwned

Type Alias NodeInfoOwned 

Source
pub type NodeInfoOwned = NodeInfoInternal<String>;

Aliased Type§

pub struct NodeInfoOwned {
    pub version: String,
    pub software: Software<String>,
    pub protocols: Vec<String>,
    pub services: Services<String>,
    pub open_registrations: bool,
    pub usage: Usage,
    pub metadata: Map<String, Value>,
}

Fields§

§version: String§software: Software<String>§protocols: Vec<String>§services: Services<String>§open_registrations: bool§usage: Usage§metadata: Map<String, Value>