Bitcoin ABC  0.28.12
P2P Digital Currency
Public Member Functions | List of all members
PKHash Struct Reference

#include <standard.h>

Inheritance diagram for PKHash:
[legend]
Collaboration diagram for PKHash:
[legend]

Public Member Functions

 PKHash ()
 
 PKHash (const uint160 &hash)
 
 PKHash (const CPubKey &pubkey)
 
 PKHash (const CKeyID &pubkey_id)
 
- Public Member Functions inherited from BaseHash< uint160 >
 BaseHash ()
 
 BaseHash (const uint160 &in)
 
uint8_t * begin ()
 
const uint8_t * begin () const
 
uint8_t * end ()
 
const uint8_t * end () const
 
 operator std::vector< uint8_t > () const
 
std::string ToString () const
 
bool operator== (const BaseHash< uint160 > &other) const noexcept
 
bool operator!= (const BaseHash< uint160 > &other) const noexcept
 
bool operator< (const BaseHash< uint160 > &other) const noexcept
 
size_t size () const
 
uint8_t * data ()
 
const uint8_t * data () const
 

Additional Inherited Members

- Protected Attributes inherited from BaseHash< uint160 >
uint160 m_hash
 

Detailed Description

Definition at line 59 of file standard.h.

Constructor & Destructor Documentation

◆ PKHash() [1/4]

PKHash::PKHash ( )
inline

Definition at line 60 of file standard.h.

◆ PKHash() [2/4]

PKHash::PKHash ( const uint160 hash)
inlineexplicit

Definition at line 61 of file standard.h.

◆ PKHash() [3/4]

PKHash::PKHash ( const CPubKey pubkey)
explicit

Definition at line 22 of file standard.cpp.

◆ PKHash() [4/4]

PKHash::PKHash ( const CKeyID pubkey_id)
explicit

Definition at line 23 of file standard.cpp.


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