Type Definition pallet_broker::pallet::Status
source · pub type Status<T> = StorageValue<_GeneratedPrefixForStorageStatus<T>, StatusRecord, OptionQuery>;
Expand description
The current status of miscellaneous subsystems of this pallet.
Storage type is StorageValue
with value type StatusRecord
.