Crate sn_networking

source ·

Structs

  • API to interact with the underlying Swarm
  • SwarmDriver is responsible for managing the swarm of peers, handling swarm events, processing commands, and maintaining the state of pending tasks. It serves as the core component for the network functionality.
  • Snapshot of information kept in the Swarm’s local state

Enums

  • Internal error.
  • Channel to send the Response through.
  • Events forwarded by the underlying Network; to be used by the upper layers

Constants

Functions