hdac SDK
SDK for hdac blockchain development
|
#include <bitcoinsecret.h>
Public 멤버 함수 | |
void | SetKey (const CKey &vchSecret) |
CKey | GetKey () |
bool | IsValid () const |
bool | SetString (const char *pszSecret) |
bool | SetString (const std::string &strSecret) |
CBitcoinSecret (const CKey &vchSecret, const IPrivateKeyHelper &helper) | |
CBitcoinSecret (const IPrivateKeyHelper &helper) | |
![]() | |
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 |
추가로 상속된 멤버들 | |
![]() | |
typedef std::vector< unsigned char, zero_after_free_allocator< unsigned char > > | vector_uchar |
the actually encoded data | |
![]() | |
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) |
![]() | |
std::vector< unsigned char > | vchVersion |
the version byte(s) | |
vector_uchar | vchData |
A base58-encoded secret key