Type Definition t3rn_mini_mock_runtime::SFX2XTXLinksMap
pub type SFX2XTXLinksMap<T> = StorageMap<_GeneratedPrefixForStorageSFX2XTXLinksMap<T>, Identity, <T as Config>::Hash, <T as Config>::Hash, OptionQuery, GetDefault, GetDefault>;
Expand description
Links mapping SFX 2 XTX
Storage type is [StorageMap
] with key type SideEffectId < T >
and value type XExecSignalId < T >
.