referrerpolicy=no-referrer-when-downgrade

Type Alias 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 >.

Aliased Type§

struct Configuration<T>(/* private fields */);