Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <spentindex.h>
Public Member Functions | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action) |
CSpentIndexKey (uint256 t, unsigned int i) | |
CSpentIndexKey () | |
void | SetNull () |
Public Attributes | |
uint256 | txid |
unsigned int | outputIndex |
ADD_SERIALIZE_METHODS | |
Detailed Description
Definition at line 14 of file spentindex.h.
Constructor & Destructor Documentation
◆ CSpentIndexKey() [1/2]
|
inline |
Definition at line 26 of file spentindex.h.
References outputIndex, and txid.
◆ CSpentIndexKey() [2/2]
|
inline |
Definition at line 31 of file spentindex.h.
References SetNull().
Member Function Documentation
◆ SerializationOp()
|
inline |
Definition at line 21 of file spentindex.h.
References outputIndex, READWRITE, and txid.
◆ SetNull()
|
inline |
Definition at line 35 of file spentindex.h.
References outputIndex, base_blob< BITS >::SetNull(), and txid.
Referenced by CSpentIndexKey().
Member Data Documentation
◆ ADD_SERIALIZE_METHODS
CSpentIndexKey::ADD_SERIALIZE_METHODS |
Definition at line 18 of file spentindex.h.
◆ outputIndex
unsigned int CSpentIndexKey::outputIndex |
Definition at line 16 of file spentindex.h.
Referenced by CSpentIndexKey(), CSpentIndexKeyCompare::operator()(), SerializationOp(), and SetNull().
◆ txid
uint256 CSpentIndexKey::txid |
Definition at line 15 of file spentindex.h.
Referenced by CSpentIndexKey(), CSpentIndexKeyCompare::operator()(), SerializationOp(), and SetNull().
The documentation for this struct was generated from the following file:
- src/spentindex.h