Type Definition t3rn_mini_mock_runtime::XExecSignals

pub type XExecSignals<T> = StorageMap<_GeneratedPrefixForStorageXExecSignals<T>, Identity, <T as Config>::Hash, XExecSignal<<T as Config>::AccountId, <<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number>, OptionQuery, GetDefault, GetDefault>;
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

`.