Module exocore_transport::transport[][src]

Enums

Identifier of a connection to a peer. A peer may have multiple opened connections, and this identifier can be used to make sure a message is replied on the right connection.

Connection status of a remote node via the transport.

Event generated by the transport to be handled by client.

Event generated by client of transport to be handled by transport.

Component / service of the Exocore architecture to which a message is intended / originating. Ex: Chain service

Traits

Handle to a transport to be used by a service of a cell.

Type Definitions