PSBTProprietary

A structure for PSBT proprietary types

Synopsis

Declared in <psbt.h>

struct PSBTProprietary;

Member Functions

NameDescription
operator== Compare two records for equality by their serialized key bytes.
operator< Order two records by their serialized key bytes.

Data Members

NameDescription
identifier Proprietary namespace identifier.
key Full serialized key bytes.
subtype Proprietary subtype identifier.
value Value bytes associated with the key.