[][src]Trait koibumi_core::message::Message

pub trait Message {
    pub const COMMAND: Command;
}

Indicates that this object is a Bitmessage message and informs what type of message it is.

Associated Constants

pub const COMMAND: Command[src]

What type of message this is.

Loading content...

Implementors

impl Message for Addr[src]

impl Message for Error[src]

impl Message for Getdata[src]

impl Message for Inv[src]

impl Message for Object[src]

impl Message for Ping[src]

impl Message for Pong[src]

impl Message for Verack[src]

impl Message for Version[src]

Loading content...