Module sov_modules_api::hooks

source ·

Traits

  • Hooks related to the Sequencer functionality. In essence, the sequencer locks a bond at the beginning of the StateTransitionFunction::apply_blob, and is rewarded once a blob of transactions is processed.
  • Hooks that execute during the StateTransitionFunction::begin_slot and end_slot functions.
  • Hooks that execute within the StateTransitionFunction::apply_blob function for each processed transaction.