Type Definition pallet_circuit::pallet::FinalizedXtx
source · pub type FinalizedXtx<T> = StorageMap<_GeneratedPrefixForStorageFinalizedXtx<T>, Identity, XExecSignalId<T>, BlockNumberFor<T>, OptionQuery>;
Expand description
Storage type is [StorageMap
] with key type XExecSignalId < T >
and value type BlockNumberFor < T >
.