Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <addresstype.h>
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) | |
unsigned char * | begin () |
const unsigned char * | begin () const |
unsigned char * | end () |
const unsigned char * | end () const |
operator std::vector< unsigned char > () 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 |
unsigned char * | data () |
const unsigned char * | data () const |
Additional Inherited Members | |
Protected Attributes inherited from BaseHash< uint160 > | |
uint160 | m_hash |
Definition at line 47 of file addresstype.h.
|
inline |
Definition at line 49 of file addresstype.h.
|
inlineexplicit |
Definition at line 50 of file addresstype.h.
|
explicit |
Definition at line 23 of file addresstype.cpp.
|
explicit |
Definition at line 24 of file addresstype.cpp.