Type Definition pallet_circuit::pallet::SFX2XTXLinksMap
source · pub type SFX2XTXLinksMap<T> = StorageMap<_GeneratedPrefixForStorageSFX2XTXLinksMap<T>, Identity, SideEffectId<T>, XExecSignalId<T>, OptionQuery>;
Expand description
Links mapping SFX 2 XTX
Storage type is [StorageMap
] with key type SideEffectId < T >
and value type XExecSignalId < T >
.