Type Alias pallet_phron::pallet::NextEmergencyFinalizer
source · type NextEmergencyFinalizer<T: Config> = StorageValue<_GeneratedPrefixForStorageNextEmergencyFinalizer<T>, T::AuthorityId, OptionQuery>;
Expand description
Storage type is [StorageValue
] with value type T :: AuthorityId
.
Aliased Type§
struct NextEmergencyFinalizer<T: Config>(PhantomData<(_GeneratedPrefixForStorageNextEmergencyFinalizer<T>, <T as Config>::AuthorityId, OptionQuery, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStorageNextEmergencyFinalizer<T>, <T as Config>::AuthorityId, OptionQuery, GetDefault)>