Trait dock_cheqd_migration::pallet::Config  
source · pub trait Config: Config {
    type Event: From<Event<Self>> + IsType<<Self as Config>::Event>;
    type Currency: Currency<Self::AccountId>;
    type BurnDestination: Get<Self::AccountId>;
}Expand description
Configuration trait of this pallet.
Implement this type for a runtime in order to customize this pallet.
Required Associated Types§
sourcetype BurnDestination: Get<Self::AccountId>
 
type BurnDestination: Get<Self::AccountId>
Id of the recipient account on the dock side to send burnt funds.