Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <addresstype.h>
Public Member Functions | |
WitnessV0KeyHash () | |
WitnessV0KeyHash (const uint160 &hash) | |
WitnessV0KeyHash (const CPubKey &pubkey) | |
WitnessV0KeyHash (const PKHash &pubkey_hash) | |
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 79 of file addresstype.h.
|
inline |
Definition at line 81 of file addresstype.h.
|
inlineexplicit |
Definition at line 82 of file addresstype.h.
|
explicit |
Definition at line 26 of file addresstype.cpp.
|
explicit |
Definition at line 27 of file addresstype.cpp.