pub type SignedHostInformation = SignedData<HostInformation>;Aliased Type§
pub struct SignedHostInformation {
pub data: HostInformation,
pub signature: String,
}Fields§
§data: HostInformation§signature: Stringpub type SignedHostInformation = SignedData<HostInformation>;pub struct SignedHostInformation {
pub data: HostInformation,
pub signature: String,
}data: HostInformation§signature: String