referrerpolicy=no-referrer-when-downgrade
pallet_preimage::pallet

Type Alias StatusFor

Source
pub type StatusFor<T: Config> = StorageMap<_GeneratedPrefixForStorageStatusFor<T>, Identity, T::Hash, OldRequestStatus<T::AccountId, BalanceOf<T>>>;
👎Deprecated: RequestStatusFor
Expand description

The request status of a given hash.

Storage type is [StorageMap] with key type T :: Hash and value type OldRequestStatus < T :: AccountId, BalanceOf < T > >.

Aliased Type§

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