Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <addresstype.h>
Public Member Functions | |
PubKeyDestination (const CPubKey &pubkey) | |
const CPubKey & | GetPubKey () const LIFETIMEBOUND |
Private Attributes | |
CPubKey | m_pubkey |
Friends | |
bool | operator== (const PubKeyDestination &a, const PubKeyDestination &b) |
bool | operator< (const PubKeyDestination &a, const PubKeyDestination &b) |
Definition at line 34 of file addresstype.h.
|
inlineexplicit |
Definition at line 39 of file addresstype.h.
|
inline |
Definition at line 41 of file addresstype.h.
|
friend |
Definition at line 44 of file addresstype.h.
|
friend |
Definition at line 43 of file addresstype.h.
|
private |
Definition at line 36 of file addresstype.h.