pub trait Ban { // Required method fn ban(&mut self, net_addr: &NetAddr, ban_time_offset: i64) -> bool; }
| Ban node. |