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

The elections-phragmen pallet.

System config account id

Elections-phragmen currency balance.

Implementors