Struct ipfs_api::response::DhtMessage
[−]
[src]
pub struct DhtMessage {
pub id: String,
pub typ: DhtType,
pub responses: Vec<DhtPeerResponse>,
pub extra: String,
}Fields
id: String
typ: DhtType
responses: Vec<DhtPeerResponse>
extra: String