A structure for PSBT proprietary types

Synopsis

Declared in <psbt.h>

struct PSBTProprietary;

Member Functions

Name

Description

operator==

Compare two records for equality by their serialized key bytes.

operator<

Order two records by their serialized key bytes.

Data Members

Name

Description

identifier

Proprietary namespace identifier.

key

Full serialized key bytes.

subtype

Proprietary subtype identifier.

value

Value bytes associated with the key.

Created with MrDocs