Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <spentindex.h>
Public Member Functions | |
size_t | GetSerializeSize (int nType, int nVersion) const |
template<typename Stream > | |
void | Serialize (Stream &s) const |
template<typename Stream > | |
void | Unserialize (Stream &s) |
CAddressIndexIteratorKey (unsigned int addressType, uint160 addressHash) | |
CAddressIndexIteratorKey () | |
void | SetNull () |
Public Attributes | |
unsigned int | type |
uint160 | hashBytes |
Detailed Description
Definition at line 307 of file spentindex.h.
Constructor & Destructor Documentation
◆ CAddressIndexIteratorKey() [1/2]
|
inline |
Definition at line 325 of file spentindex.h.
◆ CAddressIndexIteratorKey() [2/2]
|
inline |
Definition at line 330 of file spentindex.h.
References SetNull().
Member Function Documentation
◆ GetSerializeSize()
|
inline |
Definition at line 311 of file spentindex.h.
◆ Serialize()
|
inline |
Definition at line 315 of file spentindex.h.
References hashBytes, ser_writedata8(), base_blob< BITS >::Serialize(), and type.
◆ SetNull()
|
inline |
Definition at line 334 of file spentindex.h.
References hashBytes, base_blob< BITS >::SetNull(), and type.
Referenced by CAddressIndexIteratorKey().
◆ Unserialize()
|
inline |
Definition at line 320 of file spentindex.h.
References hashBytes, ser_readdata8(), type, and base_blob< BITS >::Unserialize().
Member Data Documentation
◆ hashBytes
uint160 CAddressIndexIteratorKey::hashBytes |
Definition at line 309 of file spentindex.h.
Referenced by CAddressIndexIteratorKey(), Serialize(), SetNull(), and Unserialize().
◆ type
unsigned int CAddressIndexIteratorKey::type |
Definition at line 308 of file spentindex.h.
Referenced by CAddressIndexIteratorKey(), Serialize(), SetNull(), and Unserialize().
The documentation for this struct was generated from the following file:
- src/spentindex.h