![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
160-bit opaque blob. More...
#include <blob_uint256.h>
Public Member Functions | |
| blob_uint160 () | |
| blob_uint160 (const base_blob< 160 > &b) | |
| blob_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 () |
| 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 |
| unsigned int | GetSerializeSize (int nType, int nVersion) const |
| void | Serialize (Stream &s, int nType, int nVersion) const |
| void | Unserialize (Stream &s, int nType, int nVersion) |
Additional Inherited Members | |
Public Types inherited from base_blob< 160 > | |
| enum | |
Public Attributes inherited from base_blob< 160 > | |
| uint8_t | data [WIDTH] |
160-bit opaque blob.
Definition at line 103 of file blob_uint256.h.
|
inline |
Definition at line 105 of file blob_uint256.h.
|
inline |
Definition at line 106 of file blob_uint256.h.
|
inlineexplicit |
Definition at line 107 of file blob_uint256.h.
1.8.17