Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CKeyID Class Reference

A reference to a CKey: the Hash160 of its serialized public key. More...

#include <pubkey.h>

+ Inheritance diagram for CKeyID:
+ Collaboration diagram for CKeyID:

Public Member Functions

 CKeyID ()
 
 CKeyID (const uint160 &in)
 
- Public Member Functions inherited from uint160
 uint160 ()
 
 uint160 (const std::vector< unsigned char > &vch)
 
- Public Member Functions inherited from base_blob< 160 >
 base_blob ()
 
 base_blob (const std::vector< unsigned char > &vch)
 
bool IsNull () const
 
void SetNull ()
 
int Compare (const base_blob &other) const
 
std::string GetHex () const
 
void SetHex (const char *psz)
 
void SetHex (const std::string &str)
 
std::string ToString () const
 
unsigned char * begin ()
 
const unsigned char * begin () const
 
unsigned char * end ()
 
const unsigned char * end () const
 
unsigned int size () const
 
uint64_t GetUint64 (int pos) const
 
void Serialize (Stream &s) const
 
void Unserialize (Stream &s)
 

Additional Inherited Members

- Protected Attributes inherited from base_blob< 160 >
uint8_t data [WIDTH]
 
- Static Protected Attributes inherited from base_blob< 160 >
static constexpr int WIDTH
 

Detailed Description

A reference to a CKey: the Hash160 of its serialized public key.

Definition at line 20 of file pubkey.h.

Constructor & Destructor Documentation

◆ CKeyID() [1/2]

CKeyID::CKeyID ( )
inline

Definition at line 23 of file pubkey.h.

◆ CKeyID() [2/2]

CKeyID::CKeyID ( const uint160 in)
inlineexplicit

Definition at line 24 of file pubkey.h.


The documentation for this class was generated from the following file:
Released under the MIT license