Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#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 |
Detailed Description
Definition at line 34 of file addressindex.h.
Constructor & Destructor Documentation
◆ CMempoolAddressDeltaKey() [1/2]
|
inline |
Definition at line 42 of file addressindex.h.
References addressBytes, index, spending, txhash, and type.
◆ CMempoolAddressDeltaKey() [2/2]
|
inline |
Definition at line 50 of file addressindex.h.
References addressBytes, index, base_blob< BITS >::SetNull(), spending, txhash, and type.
Member Data Documentation
◆ addressBytes
uint160 CMempoolAddressDeltaKey::addressBytes |
Definition at line 37 of file addressindex.h.
Referenced by CMempoolAddressDeltaKey(), and CMempoolAddressDeltaKeyCompare::operator()().
◆ index
unsigned int CMempoolAddressDeltaKey::index |
Definition at line 39 of file addressindex.h.
Referenced by CMempoolAddressDeltaKey(), and CMempoolAddressDeltaKeyCompare::operator()().
◆ spending
int CMempoolAddressDeltaKey::spending |
Definition at line 40 of file addressindex.h.
Referenced by CMempoolAddressDeltaKey(), and CMempoolAddressDeltaKeyCompare::operator()().
◆ txhash
uint256 CMempoolAddressDeltaKey::txhash |
Definition at line 38 of file addressindex.h.
Referenced by CMempoolAddressDeltaKey(), and CMempoolAddressDeltaKeyCompare::operator()().
◆ type
int CMempoolAddressDeltaKey::type |
Definition at line 36 of file addressindex.h.
Referenced by CMempoolAddressDeltaKey(), and CMempoolAddressDeltaKeyCompare::operator()().
The documentation for this struct was generated from the following file:
- src/addressindex.h