Type Alias serai_signals_pallet::pallet::LockedInRetirement
source · pub type LockedInRetirement<T: Config> = StorageValue<_GeneratedPrefixForStorageLockedInRetirement<T>, ([u8; 32], BlockNumberFor<T>), OptionQuery>;
Expand description
Storage type is StorageValue
with value type ([u8; 32], BlockNumberFor < T >)
.
Aliased Type§
struct LockedInRetirement<T: Config>(/* private fields */);