pub trait V2ToV3 {
    type Pallet: 'static + PalletInfoAccess;
    type AccountId: 'static + FullCodec;
    type Index: 'static + FullCodec + Copy;
    type AccountData: 'static + FullCodec;
}
Expand description

Trait to implement to give information about types used for migration

Required Associated Types§

The system pallet.

System config account id

System config index

System config account data

Implementors§