CBloomFilter::contains

Test whether an outpoint may be in the filter.

Synopsis

Declared in <common/bloom.h>

bool
contains(COutPoint const& outpoint) const;

Return Value

true if the outpoint may be present (subject to false positives).

Parameters

NameDescription
outpointThe transaction outpoint to test.