Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
CMempoolAddressDelta Struct Reference
#include <addressindex.h>
Collaboration diagram for CMempoolAddressDelta:
Public Member Functions | |
CMempoolAddressDelta (int64_t t, CAmount a, uint256 hash, unsigned int out) | |
CMempoolAddressDelta (int64_t t, CAmount a) | |
Public Attributes | |
int64_t | time |
CAmount | amount |
uint256 | prevhash |
unsigned int | prevout |
Detailed Description
Definition at line 12 of file addressindex.h.
Constructor & Destructor Documentation
◆ CMempoolAddressDelta() [1/2]
◆ CMempoolAddressDelta() [2/2]
|
inline |
Definition at line 26 of file addressindex.h.
References amount, prevhash, prevout, base_blob< BITS >::SetNull(), and time.
Member Data Documentation
◆ amount
CAmount CMempoolAddressDelta::amount |
Definition at line 15 of file addressindex.h.
Referenced by CMempoolAddressDelta().
◆ prevhash
uint256 CMempoolAddressDelta::prevhash |
Definition at line 16 of file addressindex.h.
Referenced by CMempoolAddressDelta().
◆ prevout
unsigned int CMempoolAddressDelta::prevout |
Definition at line 17 of file addressindex.h.
Referenced by CMempoolAddressDelta().
◆ time
int64_t CMempoolAddressDelta::time |
Definition at line 14 of file addressindex.h.
Referenced by CMempoolAddressDelta().
The documentation for this struct was generated from the following file:
- src/addressindex.h