![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <validation.h>
Public Member Functions | |
size_t | GetSerializeSize (int nType, int nVersion) const |
template<typename Stream > | |
void | Serialize (Stream &s, int nType, int nVersion) const |
template<typename Stream > | |
void | Unserialize (Stream &s, int nType, int nVersion) |
CAddressUnspentKey (unsigned int addressType, uint160 addressHash, uint256 txid, size_t indexValue) | |
CAddressUnspentKey () | |
void | SetNull () |
Public Attributes | |
unsigned int | type |
uint160 | hashBytes |
uint256 | txhash |
size_t | index |
Definition at line 374 of file validation.h.
|
inline |
Definition at line 398 of file validation.h.
|
inline |
Definition at line 405 of file validation.h.
|
inline |
Definition at line 380 of file validation.h.
|
inline |
Definition at line 384 of file validation.h.
|
inline |
Definition at line 409 of file validation.h.
Referenced by CAddressUnspentKey().
|
inline |
Definition at line 391 of file validation.h.
uint160 CAddressUnspentKey::hashBytes |
Definition at line 376 of file validation.h.
Referenced by CAddressUnspentKey(), Serialize(), SetNull(), and Unserialize().
size_t CAddressUnspentKey::index |
Definition at line 378 of file validation.h.
Referenced by CAddressUnspentKey(), Serialize(), SetNull(), and Unserialize().
uint256 CAddressUnspentKey::txhash |
Definition at line 377 of file validation.h.
Referenced by CAddressUnspentKey(), Serialize(), SetNull(), and Unserialize().
unsigned int CAddressUnspentKey::type |
Definition at line 375 of file validation.h.
Referenced by CAddressUnspentKey(), Serialize(), SetNull(), and Unserialize().