Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Private Attributes | Friends | List of all members
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 33 of file addresstype.h.

Constructor & Destructor Documentation

◆ PubKeyDestination()

PubKeyDestination::PubKeyDestination ( const CPubKey pubkey)
inlineexplicit

Definition at line 38 of file addresstype.h.

Member Function Documentation

◆ GetPubKey()

const CPubKey& PubKeyDestination::GetPubKey ( ) const
inline

Definition at line 40 of file addresstype.h.

Friends And Related Function Documentation

◆ operator<

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

Definition at line 43 of file addresstype.h.

◆ operator==

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

Definition at line 42 of file addresstype.h.

Member Data Documentation

◆ m_pubkey

CPubKey PubKeyDestination::m_pubkey
private

Definition at line 35 of file addresstype.h.


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