pallet_tasks::pallet

Type Alias SyncHeight

Source
pub type SyncHeight<T: Config> = StorageMap<_GeneratedPrefixForStorageSyncHeight<T>, Blake2_128Concat, NetworkId, u64, ValueQuery>;
Expand description

Storage type is [StorageMap] with key type NetworkId and value type u64.

Aliased Typeยง

struct SyncHeight<T: Config>(/* private fields */);