Trait bitcoinwallet_interface::IsFromMe
source · pub trait IsFromMe {
// Required method
fn is_from_me(&self, tx: &Transaction) -> bool;
}
pub trait IsFromMe {
// Required method
fn is_from_me(&self, tx: &Transaction) -> bool;
}