referrerpolicy=no-referrer-when-downgrade
pallet_elections_phragmen::migrations::v3

Trait V2ToV3

Source
pub trait V2ToV3 {
    type AccountId: 'static + FullCodec;
    type Balance: 'static + FullCodec + Copy;
}
Expand description

Trait to implement to give information about types used for migration

Required Associated Types§

Source

type AccountId: 'static + FullCodec

System config account id

Source

type Balance: 'static + FullCodec + Copy

Elections-phragmen currency balance.

Implementors§