![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <addressindex.h>
Public Member Functions | |
CMempoolAddressDeltaKey (int addressType, uint160 addressHash, uint256 hash, unsigned int i, int s) | |
CMempoolAddressDeltaKey (int addressType, uint160 addressHash) | |
Public Attributes | |
int | type |
uint160 | addressBytes |
uint256 | txhash |
unsigned int | index |
int | spending |
Definition at line 34 of file addressindex.h.
|
inline |
Definition at line 42 of file addressindex.h.
|
inline |
Definition at line 50 of file addressindex.h.
uint160 CMempoolAddressDeltaKey::addressBytes |
Definition at line 37 of file addressindex.h.
Referenced by CMempoolAddressDeltaKey(), and CMempoolAddressDeltaKeyCompare::operator()().
unsigned int CMempoolAddressDeltaKey::index |
Definition at line 39 of file addressindex.h.
Referenced by CMempoolAddressDeltaKey(), and CMempoolAddressDeltaKeyCompare::operator()().
int CMempoolAddressDeltaKey::spending |
Definition at line 40 of file addressindex.h.
Referenced by CMempoolAddressDeltaKey(), and CMempoolAddressDeltaKeyCompare::operator()().
uint256 CMempoolAddressDeltaKey::txhash |
Definition at line 38 of file addressindex.h.
Referenced by CMempoolAddressDeltaKey(), and CMempoolAddressDeltaKeyCompare::operator()().
int CMempoolAddressDeltaKey::type |
Definition at line 36 of file addressindex.h.
Referenced by CMempoolAddressDeltaKey(), and CMempoolAddressDeltaKeyCompare::operator()().