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

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

Trait to check if a value is below the dust limit

Required methods

pub fn is_dust(&self) -> bool[src]

Check whether or not a value is below dust limit

Loading content...

Implementations on Foreign Types

impl IsDust for u64[src]

Loading content...

Implementors

Loading content...