darkfi::net::dnet

Type Alias RecvMessage

Source
pub type RecvMessage = MessageInfo;

Aliased Type§

struct RecvMessage {
    pub chan: ChannelInfo,
    pub cmd: String,
    pub time: NanoTimestamp,
}

Fields§

§chan: ChannelInfo§cmd: String§time: NanoTimestamp