Crate sn_messaging[][src]

Re-exports

pub use self::location::Aggregation;
pub use self::location::DstLocation;
pub use self::location::EndUser;
pub use self::location::Itinerary;
pub use self::location::SrcLocation;
pub use self::serialisation::WireMsg;

Modules

client
location
node
section_info
serialisation

Structs

DestInfo

This is information kept by ‘MessageType’ so it can be properly serialised with a valid ‘WireMsgHeader’

MessageId

Unique ID for messages.

Enums

Error
MessageType

Type of message. Note this is part of this crate’s public API but this enum is never serialised or even part of the message that is sent over the wire.

Constants

MESSAGE_ID_LEN

Constant byte length of MessageId.

Type Definitions

Result

A specialised Result type for safecoin.