pub trait ExistentialDepositProvider {
fn existential_deposit(&self) -> Balance;
}
Expand description
Provides the existential deposit that is only needed for benchmarking.
Required Methods§
sourcefn existential_deposit(&self) -> Balance
fn existential_deposit(&self) -> Balance
Returns the existential deposit.