referrerpolicy=no-referrer-when-downgrade

MigrationConfig

Trait MigrationConfig 

Source
pub trait MigrationConfig: Config {
    type Currency: ReservableCurrency<Self::AccountId, Balance = BalanceOf<Self>>;
}
Expand description

Extended migration config for the migration.

Required Associated Types§

Source

type Currency: ReservableCurrency<Self::AccountId, Balance = BalanceOf<Self>>

The currency to unreserve deposits.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§