Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
CPubKey Member List
This is the complete list of members for CPubKey, including all inherited members.
begin() const | CPubKey | inline |
CheckLowS(const std::vector< unsigned char > &vchSig) | CPubKey | static |
COMPACT_SIGNATURE_SIZE | CPubKey | static |
COMPRESSED_PUBLIC_KEY_SIZE | CPubKey | static |
CPubKey() | CPubKey | inline |
CPubKey(const T pbegin, const T pend) | CPubKey | inline |
CPubKey(const std::vector< unsigned char > &_vch) | CPubKey | inlineexplicit |
Decompress() | CPubKey | |
Derive(CPubKey &pubkeyChild, ChainCode &ccChild, unsigned int nChild, const ChainCode &cc) const | CPubKey | |
end() const | CPubKey | inline |
GetHash() const | CPubKey | inline |
GetID() const | CPubKey | inline |
GetLen(unsigned char chHeader) | CPubKey | inlineprivatestatic |
Invalidate() | CPubKey | inlineprivate |
IsCompressed() const | CPubKey | inline |
IsFullyValid() const | CPubKey | |
IsValid() const | CPubKey | inline |
operator!=(const CPubKey &a, const CPubKey &b) | CPubKey | friend |
operator<(const CPubKey &a, const CPubKey &b) | CPubKey | friend |
operator==(const CPubKey &a, const CPubKey &b) | CPubKey | friend |
operator[](unsigned int pos) const | CPubKey | inline |
PUBLIC_KEY_SIZE | CPubKey | static |
RecoverCompact(const uint256 &hash, const std::vector< unsigned char > &vchSig) | CPubKey | |
Serialize(Stream &s) const | CPubKey | inline |
Set(const T pbegin, const T pend) | CPubKey | inline |
SIGNATURE_SIZE | CPubKey | static |
size() const | CPubKey | inline |
Unserialize(Stream &s) | CPubKey | inline |
vch | CPubKey | private |
Verify(const uint256 &hash, const std::vector< unsigned char > &vchSig) const | CPubKey |