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
Name |
Description |
outpoint |
The transaction outpoint to test. |
Created with MrDocs