Trait bdk::wallet::IsDust[][src]

pub trait IsDust {
    fn is_dust(&self) -> bool;
}
Expand description

Trait to check if a value is below the dust limit

Required methods

Check whether or not a value is below dust limit

Implementations on Foreign Types

Implementors