SignedHostInformation

Type Alias SignedHostInformation 

Source
pub type SignedHostInformation = SignedData<HostInformation>;

Aliased Type§

pub struct SignedHostInformation {
    pub data: HostInformation,
    pub signature: String,
}

Fields§

§data: HostInformation§signature: String

Implementations§