Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
CBitcoinSecret Member List
This is the complete list of members for CBitcoinSecret, including all inherited members.
CBase58Data() | CBase58Data | protected |
CBitcoinSecret(const CKey &vchSecret) | CBitcoinSecret | inline |
CBitcoinSecret() | CBitcoinSecret | inline |
CompareTo(const CBase58Data &b58) const | CBase58Data | |
GetKey() | CBitcoinSecret | |
IsValid() const | CBitcoinSecret | |
operator<(const CBase58Data &b58) const | CBase58Data | inline |
operator<=(const CBase58Data &b58) const | CBase58Data | inline |
operator==(const CBase58Data &b58) const | CBase58Data | inline |
operator>(const CBase58Data &b58) const | CBase58Data | inline |
operator>=(const CBase58Data &b58) const | CBase58Data | inline |
SetData(const std::vector< unsigned char > &vchVersionIn, const void *pdata, size_t nSize) | CBase58Data | protected |
SetData(const std::vector< unsigned char > &vchVersionIn, const unsigned char *pbegin, const unsigned char *pend) | CBase58Data | protected |
SetKey(const CKey &vchSecret) | CBitcoinSecret | |
SetString(const char *pszSecret) | CBitcoinSecret | |
SetString(const std::string &strSecret) | CBitcoinSecret | |
CBase58Data::SetString(const char *psz, unsigned int nVersionBytes=1) | CBase58Data | |
ToString() const | CBase58Data | |
vchData | CBase58Data | protected |
vchVersion | CBase58Data | protected |
vector_uchar typedef | CBase58Data | protected |