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() constCPubKeyinline
CheckLowS(const std::vector< unsigned char > &vchSig)CPubKeystatic
COMPACT_SIGNATURE_SIZECPubKeystatic
COMPRESSED_PUBLIC_KEY_SIZECPubKeystatic
CPubKey()CPubKeyinline
CPubKey(const T pbegin, const T pend)CPubKeyinline
CPubKey(const std::vector< unsigned char > &_vch)CPubKeyinlineexplicit
Decompress()CPubKey
Derive(CPubKey &pubkeyChild, ChainCode &ccChild, unsigned int nChild, const ChainCode &cc) constCPubKey
end() constCPubKeyinline
GetHash() constCPubKeyinline
GetID() constCPubKeyinline
GetLen(unsigned char chHeader)CPubKeyinlineprivatestatic
Invalidate()CPubKeyinlineprivate
IsCompressed() constCPubKeyinline
IsFullyValid() constCPubKey
IsValid() constCPubKeyinline
operator!=(const CPubKey &a, const CPubKey &b)CPubKeyfriend
operator<(const CPubKey &a, const CPubKey &b)CPubKeyfriend
operator==(const CPubKey &a, const CPubKey &b)CPubKeyfriend
operator[](unsigned int pos) constCPubKeyinline
PUBLIC_KEY_SIZECPubKeystatic
RecoverCompact(const uint256 &hash, const std::vector< unsigned char > &vchSig)CPubKey
Serialize(Stream &s) constCPubKeyinline
Set(const T pbegin, const T pend)CPubKeyinline
SIGNATURE_SIZECPubKeystatic
size() constCPubKeyinline
Unserialize(Stream &s)CPubKeyinline
vchCPubKeyprivate
Verify(const uint256 &hash, const std::vector< unsigned char > &vchSig) constCPubKey
Released under the MIT license