referrerpolicy=no-referrer-when-downgrade
pallet_broker::pallet

Type Alias 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 */);