Type Definition pallet_broker::pallet::Configuration
source · pub type Configuration<T> = StorageValue<_GeneratedPrefixForStorageConfiguration<T>, ConfigRecordOf<T>, OptionQuery>;
Expand description
The current configuration of this pallet.
Storage type is StorageValue
with value type ConfigRecordOf < T >
.