contains overloads
Declared in <common/bloom.h>
Test whether a raw key may be in the filter.
bool
contains(std::span<unsigned char const> vKey) const;
» more...
Test whether an outpoint may be in the filter.
bool
contains(COutPoint const& outpoint) const;
» more...
| Name | Description |
|---|---|
| vKey | The bytes to test. |
| outpoint | The transaction outpoint to test. |