Type Definition pallet_circuit::pallet::PendingXtxBidsTimeoutsMap
source · pub type PendingXtxBidsTimeoutsMap<T> = StorageMap<_GeneratedPrefixForStoragePendingXtxBidsTimeoutsMap<T>, Identity, XExecSignalId<T>, BlockNumberFor<T>, OptionQuery>;
Expand description
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.
Storage type is [StorageMap
] with key type XExecSignalId < T >
and value type BlockNumberFor < T >
.