[#PubKeyDestination] = PubKeyDestination :mrdocs: A pay‐to‐public‐key destination that has no associated address. == Synopsis Declared in `<addresstype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct PubKeyDestination; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:PubKeyDestination/2constructor.adoc[`PubKeyDestination`] [.small]#[constructor]# | Construct a destination from a public key. | xref:PubKeyDestination/GetPubKey.adoc[`GetPubKey`] | Return the wrapped public key. |=== == Friends [cols="1,4"] |=== | Name| Description | `xref:operator_lt-07e.adoc[operator<]` | Order two destinations by their public keys. | `xref:operator_eq-045.adoc[operator==]` | Compare two destinations for equality by their public keys. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#