pub trait GetDustRelayFee {
    // Required method
    fn get_dust_relay_fee(&mut self) -> FeeRate;
}

Required Methods§

Implementors§