![]() |
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) |
CSpentIndexValue (uint256 t, unsigned int i, int h, CAmount s, int type, uint160 a) | |
CSpentIndexValue () | |
void | SetNull () |
bool | IsNull () const |
Public Attributes | |
uint256 | txid |
unsigned int | inputIndex |
int | blockHeight |
CAmount | satoshis |
int | addressType |
uint160 | addressHash |
ADD_SERIALIZE_METHODS | |
Definition at line 40 of file spentindex.h.
|
inline |
Definition at line 60 of file spentindex.h.
|
inline |
Definition at line 69 of file spentindex.h.
|
inline |
Definition at line 82 of file spentindex.h.
|
inline |
Definition at line 51 of file spentindex.h.
|
inline |
Definition at line 73 of file spentindex.h.
Referenced by CSpentIndexValue().
CSpentIndexValue::ADD_SERIALIZE_METHODS |
Definition at line 48 of file spentindex.h.
uint160 CSpentIndexValue::addressHash |
Definition at line 46 of file spentindex.h.
Referenced by CSpentIndexValue(), SerializationOp(), SetNull(), and TxToJSON().
int CSpentIndexValue::addressType |
Definition at line 45 of file spentindex.h.
Referenced by CSpentIndexValue(), SerializationOp(), SetNull(), and TxToJSON().
int CSpentIndexValue::blockHeight |
Definition at line 43 of file spentindex.h.
Referenced by CSpentIndexValue(), getspentinfo(), SerializationOp(), SetNull(), and TxToJSON().
unsigned int CSpentIndexValue::inputIndex |
Definition at line 42 of file spentindex.h.
Referenced by CSpentIndexValue(), getspentinfo(), SerializationOp(), SetNull(), and TxToJSON().
CAmount CSpentIndexValue::satoshis |
Definition at line 44 of file spentindex.h.
Referenced by CSpentIndexValue(), SerializationOp(), SetNull(), and TxToJSON().
uint256 CSpentIndexValue::txid |
Definition at line 41 of file spentindex.h.
Referenced by CSpentIndexValue(), getspentinfo(), IsNull(), SerializationOp(), SetNull(), and TxToJSON().