Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
PubKeyDestination Struct Reference

#include <addresstype.h>

Collaboration diagram for PubKeyDestination:
[legend]

Public Member Functions

 PubKeyDestination (const CPubKey &pubkey)
const CPubKeyGetPubKey () const LIFETIMEBOUND

Private Attributes

CPubKey m_pubkey

Friends

bool operator== (const PubKeyDestination &a, const PubKeyDestination &b)
bool operator< (const PubKeyDestination &a, const PubKeyDestination &b)

Detailed Description

Definition at line 34 of file addresstype.h.

Constructor & Destructor Documentation

◆ PubKeyDestination()

PubKeyDestination::PubKeyDestination ( const CPubKey & pubkey)
inlineexplicit

Definition at line 39 of file addresstype.h.

Here is the caller graph for this function:

Member Function Documentation

◆ GetPubKey()

const CPubKey & PubKeyDestination::GetPubKey ( ) const
inline

Definition at line 41 of file addresstype.h.

Here is the caller graph for this function:

◆ operator<

bool operator< ( const PubKeyDestination & a,
const PubKeyDestination & b )
friend

Definition at line 44 of file addresstype.h.

◆ operator==

bool operator== ( const PubKeyDestination & a,
const PubKeyDestination & b )
friend

Definition at line 43 of file addresstype.h.

Member Data Documentation

◆ m_pubkey

CPubKey PubKeyDestination::m_pubkey
private

Definition at line 36 of file addresstype.h.


The documentation for this struct was generated from the following file: