referrerpolicy=no-referrer-when-downgrade
sp_npos_elections

Trait Backings

Source
pub trait Backings {
    // Required method
    fn total(&self) -> ExtendedBalance;
}
Expand description

Generic representation of a support.

Required Methods§

Source

fn total(&self) -> ExtendedBalance

The total backing of an individual target.

Implementors§

Source§

impl<AccountId> Backings for &Support<AccountId>