hdac SDK
SDK for hdac blockchain development
|
#include <base58.h>
Public 멤버 함수 | |
bool | SetString (const char *psz, unsigned int nVersionBytes=1) |
bool | SetString (const std::string &str, unsigned int pubkeyAddressSize) |
std::string | ToString () const |
int | CompareTo (const CBase58Data &b58) const |
bool | operator== (const CBase58Data &b58) const |
bool | operator<= (const CBase58Data &b58) const |
bool | operator>= (const CBase58Data &b58) const |
bool | operator< (const CBase58Data &b58) const |
bool | operator> (const CBase58Data &b58) const |
Protected 타입 | |
typedef std::vector< unsigned char, zero_after_free_allocator< unsigned char > > | vector_uchar |
the actually encoded data | |
Protected 속성 | |
std::vector< unsigned char > | vchVersion |
the version byte(s) | |
vector_uchar | vchData |
Base class for all base58-encoded data