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