[#PSBTProprietary] = PSBTProprietary :mrdocs: A structure for PSBT proprietary types == Synopsis Declared in `<psbt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct PSBTProprietary; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:PSBTProprietary/operator_eq.adoc[`operator==`] | Compare two records for equality by their serialized key bytes. | xref:PSBTProprietary/operator_lt.adoc[`operator<`] | Order two records by their serialized key bytes. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:PSBTProprietary/identifier.adoc[`identifier`] | Proprietary namespace identifier. | xref:PSBTProprietary/key.adoc[`key`] | Full serialized key bytes. | xref:PSBTProprietary/subtype.adoc[`subtype`] | Proprietary subtype identifier. | xref:PSBTProprietary/value.adoc[`value`] | Value bytes associated with the key. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#