pub trait ExistentialDepositProvider {
    fn existential_deposit(&self) -> Balance;
}
Expand description

Provides the existential deposit that is only needed for benchmarking.

Required Methods§

Returns the existential deposit.

Implementors§