![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <standard.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) | |
| 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 |
Definition at line 59 of file standard.h.
|
inline |
Definition at line 60 of file standard.h.
|
inlineexplicit |
Definition at line 61 of file standard.h.
|
explicit |
Definition at line 22 of file standard.cpp.
|
explicit |
Definition at line 23 of file standard.cpp.