Type Definition pallet_maintenance::pallet::MaintenanceStatus
source · pub type MaintenanceStatus<T: Config> = StorageValue<_GeneratedPrefixForStorageMaintenanceStatus<T>, MaintenanceStatusInfo, ValueQuery>;
Expand description
Storage type is StorageValue
with value type MaintenanceStatusInfo
.