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

Trait DefaultConfig

Source
pub trait DefaultConfig: DefaultConfig {
    type RuntimeFreezeReason;
    type RuntimeEvent;
}
Expand description

Based on Config. Auto-generated by #[pallet::config(with_default)]. Can be used in tandem with #[register_default_config] and #[derive_impl] to derive test config traits based on existing pallet config traits in a safe and developer-friendly way.

See here for more information and caveats about the auto-generated DefaultConfig trait and how it is generated.

Required Associated Types§

Source

type RuntimeFreezeReason

The overarching freeze reason.

Source

type RuntimeEvent

The overarching event type.

Implementors§