Test whether a raw key was recently inserted.
Declared in <common/bloom.h>
bool
contains(std::span<unsigned char const> vKey) const;
true if the key may have been recently inserted (subject to false positives).
| Name | Description |
|---|---|
| vKey | The bytes to test. |