![]() |
Bitcoin Core 31.0.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 () | |
| unsigned char * | begin () |
| unsigned char * | end () |
| 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 |
| size_t | size () const |
| unsigned char * | data () |
Additional Inherited Members | |
| Protected Attributes inherited from BaseHash< uint160 > | |
| uint160 | m_hash |
Definition at line 47 of file addresstype.h.
|
inline |
|
inlineexplicit |
|
explicit |
|
explicit |