Re-exports

Modules

Structs

  • Information and state of our node
  • Container for storing information about the network, including our own section.
  • Container for storing information about other sections in the network.
  • The update to our NetworkKnowledge containing the section’s SectionAuthorityProvider signed by the section and the proof chain to validate the it.
  • A Merkle DAG of BLS keys where every key is signed by its parent key, except the genesis one.

Enums

Constants

Functions

Type Definitions

  • The type returned by the sn_routing message handling methods.