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.

void
insert(COutPoint const& outpoint);

Parameters

Name

Description

vKey

The bytes to insert.

outpoint

The transaction outpoint to insert.

Created with MrDocs