![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
An inpoint - a combination of a transaction and an index n into its vin. More...
#include <core.h>
Public Member Functions | |
CInPoint () | |
CInPoint (const CTransaction *ptxIn, unsigned int nIn) | |
void | SetNull () |
bool | IsNull () const |
Public Attributes | |
const CTransaction * | ptx |
unsigned int | n |
An inpoint - a combination of a transaction and an index n into its vin.
|
inline |
|
inline |
|
inline |
const CTransaction* CInPoint::ptx |