A structure for PSBT proprietary types
Synopsis
Declared in <psbt.h>
struct PSBTProprietary;
Member Functions
Name |
Description |
Compare two records for equality by their serialized key bytes. |
|
Order two records by their serialized key bytes. |
Data Members
Name |
Description |
Proprietary namespace identifier. |
|
Full serialized key bytes. |
|
Proprietary subtype identifier. |
|
Value bytes associated with the key. |
Created with MrDocs