Trait rgbstd::interface::OutpointFilter
source · pub trait OutpointFilter {
// Required method
fn include_output(&self, output: Output) -> bool;
}pub trait OutpointFilter {
// Required method
fn include_output(&self, output: Output) -> bool;
}