Module pallet_circuit::pallet::storage_types
source · Expand description
Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.
Warning: Doc-Only
Members of this module cannot be used directly and are only provided for documentation purposes.
To see the actual storage type, find a struct with the same name at the root of the pallet, in the list of Type Definitions.
Structs
- Warning: Doc-Only
- Warning: Doc-Only
- Current Circuit’s context of active full side effects (requested + confirmation proofs) Lifecycle tips: FSX entries are created at the time of Xtx submission, where still uncertain whether Xtx will be accepted for execution (picked up in the bidding process).
- Warning: Doc-Only
- LocalXtxStates stores the map of LocalState - additional state to be used to communicate between SFX that belong to the same Xtx
- Temporary bidding timeouts map for SFX executions. Cleaned out each Config::BidsInterval, where for each FSX::best_bid bidders are assigned for SFX::enforce_executor or Xtx is dropped.
- Current Circuit’s context of active Xtx used for the on_initialize clock to discover the ones pending for execution too long, that eventually need to be killed
- Links mapping SFX 2 XTX
- Handles queued signals
- Warning: Doc-Only
- Current Circuit’s context of all accepted for execution cross-chain transactions.