A pay-to-public-key destination that has no associated address.
Declared in <addresstype.h>
struct PubKeyDestination;
| Name | Description |
|---|---|
PubKeyDestination [constructor] | Construct a destination from a public key. |
GetPubKey | Return the wrapped public key. |
| Name | Description |
|---|---|
operator< | Order two destinations by their public keys. |
operator== | Compare two destinations for equality by their public keys. |