PubKeyDestination

A pay-to-public-key destination that has no associated address.

Synopsis

Declared in <addresstype.h>

struct PubKeyDestination;

Member Functions

NameDescription
PubKeyDestination [constructor]Construct a destination from a public key.
GetPubKey Return the wrapped public key.

Friends

NameDescription
operator<Order two destinations by their public keys.
operator==Compare two destinations for equality by their public keys.