|
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) | |
CBase58Data(으)로부터 상속된 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 |
추가로 상속된 멤버들 | |
CBase58Data(으)로부터 상속된 Protected 타입 | |
| typedef std::vector< unsigned char, zero_after_free_allocator< unsigned char > > | vector_uchar |
| the actually encoded data | |
CBase58Data(으)로부터 상속된 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) |
CBase58Data(으)로부터 상속된 Protected 속성 | |
| std::vector< unsigned char > | vchVersion |
| the version byte(s) | |
| vector_uchar | vchData |
A base58-encoded secret key
1.8.11