![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <txmempool.h>
Public Member Functions | |
CInPoint () | |
CInPoint (const CTransaction *ptxIn, uint32_t nIn) | |
void | SetNull () |
bool | IsNull () const |
size_t | DynamicMemoryUsage () const |
Public Attributes | |
const CTransaction * | ptx |
uint32_t | n |
An inpoint - a combination of a transaction and an index n into its vin
Definition at line 267 of file txmempool.h.
|
inline |
Definition at line 273 of file txmempool.h.
|
inline |
Definition at line 274 of file txmempool.h.
|
inline |
Definition at line 277 of file txmempool.h.
|
inline |
Definition at line 276 of file txmempool.h.
|
inline |
Definition at line 275 of file txmempool.h.
Referenced by CInPoint().
uint32_t CInPoint::n |
Definition at line 271 of file txmempool.h.
Referenced by CInPoint(), IsNull(), and SetNull().
const CTransaction* CInPoint::ptx |
Definition at line 270 of file txmempool.h.
Referenced by CInPoint(), IsNull(), and SetNull().