pub trait Backings {
// Required method
fn total(&self) -> ExtendedBalance;
}
Expand description
Generic representation of a support.
Required Methods§
Sourcefn total(&self) -> ExtendedBalance
fn total(&self) -> ExtendedBalance
The total backing of an individual target.