pub trait OutpointFilter { // Required method fn include_outpoint(&self, outpoint: Outpoint) -> bool; }