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