PSBTProprietary::operator<

Order two records by their serialized key bytes.

Synopsis

Declared in <psbt.h>

bool
operator<(PSBTProprietary const& b) const;

Return Value

True if this record's key orders before b's.

Parameters

NameDescription
bThe record to compare against.