wallet::BytePrefix

Compares equal to any byte span that begins with the same prefix.

Synopsis

Declared in <wallet/db.h>

struct BytePrefix;

Data Members

NameDescription
prefix The byte prefix to compare against.

Non-Member Functions

NameDescription
operator<Orders a prefix before any span that does not start with it.