A structure for PSBT proprietary types
Declared in <psbt.h>
struct PSBTProprietary;
| Name | Description |
|---|---|
operator== | Compare two records for equality by their serialized key bytes. |
operator< | Order two records by their serialized key bytes. |
| Name | Description |
|---|---|
identifier | Proprietary namespace identifier. |
key | Full serialized key bytes. |
subtype | Proprietary subtype identifier. |
value | Value bytes associated with the key. |