Expand description

The sov-sequencer-registry module is responsible for sequencer registration, slashing, and rewards. At the moment, only a centralized sequencer is supported. The sequencer’s address and bond are registered during the rollup deployment.

The module implements the sov_modules_api::hooks::ApplyBlobHooks trait.

Structs

Enums

  • This enumeration represents the available call messages for interacting with the sov-sequencer-registry module.
  • Result of applying a blob, from sequencer’s point of view.