Type Definition pallet_circuit::pallet::XExecSignals
source · pub type XExecSignals<T> = StorageMap<_GeneratedPrefixForStorageXExecSignals<T>, Identity, XExecSignalId<T>, XExecSignal<<T as Config>::AccountId, BlockNumberFor<T>>, OptionQuery>;
Expand description
Current Circuit’s context of all accepted for execution cross-chain transactions.
All Xtx that has been initially paid out by users will be left here. Even if the timeout has been exceeded, they will eventually end with the Circuit::RevertedTimeout
Storage type is [StorageMap
] with key type XExecSignalId < T >
and value type `XExecSignal < < T as frame_system :: Config > :: AccountId, BlockNumberFor < T
`.