pub trait IsSpent {
    // Required method
    fn is_spent(&self, hash: &u256, n: u32) -> bool;
}

Required Methods§

source

fn is_spent(&self, hash: &u256, n: u32) -> bool

Implementors§