Bitcoin Core 28.99.0
P2P Digital Currency
|
A reference to a CKey: the Hash160 of its serialized public key. More...
#include <pubkey.h>
Public Member Functions | |
CKeyID () | |
CKeyID (const uint160 &in) | |
Public Member Functions inherited from uint160 | |
constexpr | uint160 ()=default |
constexpr | uint160 (Span< const unsigned char > vch) |
Public Member Functions inherited from base_blob< 160 > | |
constexpr | base_blob () |
constexpr | base_blob (uint8_t v) |
constexpr | base_blob (Span< const unsigned char > vch) |
consteval | base_blob (std::string_view hex_str) |
constexpr bool | IsNull () const |
constexpr void | SetNull () |
constexpr int | Compare (const base_blob &other) const |
Lexicographic ordering. More... | |
constexpr const unsigned char * | data () const |
constexpr unsigned char * | data () |
constexpr unsigned char * | begin () |
constexpr const unsigned char * | begin () const |
constexpr unsigned char * | end () |
constexpr const unsigned char * | end () const |
constexpr uint64_t | GetUint64 (int pos) const |
void | Serialize (Stream &s) const |
void | Unserialize (Stream &s) |
std::string | GetHex () const |
void | SetHexDeprecated (std::string_view str) |
Unlike FromHex this accepts any invalid input, thus it is fragile and deprecated! More... | |
std::string | ToString () const |
Additional Inherited Members | |
Static Public Member Functions inherited from uint160 | |
static std::optional< uint160 > | FromHex (std::string_view str) |
Static Public Member Functions inherited from base_blob< 160 > | |
static constexpr unsigned int | size () |
Protected Attributes inherited from base_blob< 160 > | |
std::array< uint8_t, WIDTH > | m_data |
Static Protected Attributes inherited from base_blob< 160 > | |
static constexpr int | WIDTH |
A reference to a CKey: the Hash160 of its serialized public key.