Trait bitcoinwallet_interface::IsSpentKey
source · pub trait IsSpentKey {
// Required method
fn is_spent_key(&self, hash: &u256, n: u32) -> bool;
}
pub trait IsSpentKey {
// Required method
fn is_spent_key(&self, hash: &u256, n: u32) -> bool;
}