![]() |
Bitcoin Core
26.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 33 of file addresstype.h.
|
inlineexplicit |
Definition at line 38 of file addresstype.h.
|
inline |
Definition at line 40 of file addresstype.h.
|
friend |
Definition at line 43 of file addresstype.h.
|
friend |
Definition at line 42 of file addresstype.h.
|
private |
Definition at line 35 of file addresstype.h.