insert overloads
Declared in <common/bloom.h>
Add a raw key to the filter.
void
insert(std::span<unsigned char const> vKey);
» more...
Add the serialized form of an outpoint to the filter.
void
insert(COutPoint const& outpoint);
» more...
| Name | Description |
|---|---|
| vKey | The bytes to insert. |
| outpoint | The transaction outpoint to insert. |