hdac SDK
SDK for hdac blockchain development
Public 멤버 함수 | Protected 타입 | Protected 멤버 함수 | Protected 속성 | 모든 멤버 목록
CBase58Data 클래스 참조

#include <base58.h>

CBase58Data에 대한 상속 다이어그램 :
CBitcoinAddress CBitcoinSecret

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 멤버 함수

 CBase58Data (int32_t checksumValue)
 
void SetData (const std::vector< unsigned char > &vchVersionIn, const void *pdata, size_t nSize)
 
void SetData (const std::vector< unsigned char > &vchVersionIn, const unsigned char *pbegin, const unsigned char *pend)
 

Protected 속성

std::vector< unsigned char > vchVersion
 the version byte(s)
 
vector_uchar vchData
 

상세한 설명

Base class for all base58-encoded data


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: