Trait pallet_elections_phragmen::migrations::v3::V2ToV3 [−][src]
pub trait V2ToV3 { type Pallet: 'static + PalletInfoAccess; type AccountId: 'static + FullCodec; type Balance: 'static + FullCodec + Copy; }
Expand description
Trait to implement to give information about types used for migration
Associated Types
type Pallet: 'static + PalletInfoAccess
type Pallet: 'static + PalletInfoAccess
The elections-phragmen pallet.