![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <spentindex.h>
Public Member Functions | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion) |
CSpentIndexKey (uint256 t, unsigned int i) | |
CSpentIndexKey () | |
void | SetNull () |
Public Attributes | |
uint256 | txid |
unsigned int | outputIndex |
ADD_SERIALIZE_METHODS | |
Definition at line 12 of file spentindex.h.
|
inline |
Definition at line 24 of file spentindex.h.
|
inline |
Definition at line 29 of file spentindex.h.
|
inline |
Definition at line 19 of file spentindex.h.
|
inline |
Definition at line 33 of file spentindex.h.
Referenced by CSpentIndexKey().
CSpentIndexKey::ADD_SERIALIZE_METHODS |
Definition at line 16 of file spentindex.h.
unsigned int CSpentIndexKey::outputIndex |
Definition at line 14 of file spentindex.h.
Referenced by CSpentIndexKey(), CSpentIndexKeyCompare::operator()(), SerializationOp(), and SetNull().
uint256 CSpentIndexKey::txid |
Definition at line 13 of file spentindex.h.
Referenced by CSpentIndexKey(), CSpentIndexKeyCompare::operator()(), SerializationOp(), and SetNull().