Re-exports

Modules

Structs

  • Information and state of our node
  • Container for storing information about the network, including our own section.
  • We are relocating to the section that matches the contained XorName.
  • The relocation info contains the dst (in NodeState), the old name, the new name and the source section signature over the fact that the section considered the node to be relocated.
  • A relocation proof proves that a section started a relocation of one of its nodes, and that the new name provided was created by that node.
  • The relocation trigger is sent by the elder nodes to the relocating nodes. This is then used by the relocating nodes to request the Section to propose a relocation membership change.
  • 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.