Trait bitcoinwallet_interface::IsSpendable
source · pub trait IsSpendable {
// Required method
fn is_spendable(&mut self, dest: &TxDestination) -> bool;
}
Required Methods§
sourcefn is_spendable(&mut self, dest: &TxDestination) -> bool
fn is_spendable(&mut self, dest: &TxDestination) -> bool
| Return whether wallet has private key. |