Expand description

Network logic

Re-exports§

Modules§

Structs§

Enums§

Constants§

Functions§

  • Bind all interfaces on port port NOTE we may want something more general in the fture.
  • Generates an authenticated transport checked against the stake table. If the stake table or authentication message is not provided, the transport will not participate in stake table authentication.
  • Spawn a network node task task and return the handle and the receiver for it

Type Aliases§

  • BoxedTransport is a type alias for a boxed tuple containing a PeerId and a StreamMuxerBox.