Type Definition pallet_issuance::pallet::IsTGEFinalized
source · pub type IsTGEFinalized<T: Config> = StorageValue<_GeneratedPrefixForStorageIsTGEFinalized<T>, bool, ValueQuery>;
Expand description
Storage type is StorageValue
with value type bool
.