Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <hash.h>#include <serialize.h>#include <uint256.h>#include <stdexcept>#include <vector>
Include dependency graph for pubkey.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | CKeyID |
| A reference to a CKey: the Hash160 of its serialized public key. More... | |
| class | CPubKey |
| An encapsulated public key. More... | |
| struct | CExtPubKey |
| class | ECCVerifyHandle |
| Users of this module must hold an ECCVerifyHandle. More... | |
Typedefs | |
| typedef uint256 | ChainCode |
Variables | |
| const unsigned int | BIP32_EXTKEY_SIZE = 74 |
Typedef Documentation
◆ ChainCode
Variable Documentation
◆ BIP32_EXTKEY_SIZE
| const unsigned int BIP32_EXTKEY_SIZE = 74 |
Definition at line 17 of file pubkey.h.
Referenced by CExtKey::Decode(), CExtPubKey::Decode(), CExtKey::Serialize(), CExtPubKey::Serialize(), CExtKey::Unserialize(), and CExtPubKey::Unserialize().

