pub trait Ban {
    fn ban(&mut self, net_addr: &NetAddr, ban_time_offset: i64) -> bool;
}

Required Methods§

| Ban node. |

Implementors§