pub trait HasWalletSpend {
    // Required method
    fn has_wallet_spend(&self, txid: &u256) -> bool;
}

Required Methods§

source

fn has_wallet_spend(&self, txid: &u256) -> bool

Implementors§