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_slotandend_slotfunctions. - Hooks that execute within the
StateTransitionFunction::apply_blobfunction for each processed transaction.