Dash Core  0.12.2.1
P2P Digital Currency
CTxDSIn Class Reference

#include <privatesend.h>

+ Inheritance diagram for CTxDSIn:

Public Member Functions

 CTxDSIn (const CTxIn &txin)
 
 CTxDSIn ()
 
- Public Member Functions inherited from CTxIn
 CTxIn ()
 
 CTxIn (COutPoint prevoutIn, CScript scriptSigIn=CScript(), uint32_t nSequenceIn=SEQUENCE_FINAL)
 
 CTxIn (uint256 hashPrevTx, uint32_t nOut, CScript scriptSigIn=CScript(), uint32_t nSequenceIn=SEQUENCE_FINAL)
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion)
 
std::string ToString () const
 

Public Attributes

bool fHasSig
 
int nSentTimes
 
- Public Attributes inherited from CTxIn
COutPoint prevout
 
CScript scriptSig
 
uint32_t nSequence
 
CScript prevPubKey
 
 ADD_SERIALIZE_METHODS
 

Additional Inherited Members

- Static Public Attributes inherited from CTxIn
static const uint32_t SEQUENCE_FINAL = 0xffffffff
 
static const uint32_t SEQUENCE_LOCKTIME_DISABLE_FLAG = (1 << 31)
 
static const uint32_t SEQUENCE_LOCKTIME_TYPE_FLAG = (1 << 22)
 
static const uint32_t SEQUENCE_LOCKTIME_MASK = 0x0000ffff
 
static const int SEQUENCE_LOCKTIME_GRANULARITY = 9
 

Detailed Description

Holds an mixing input

Definition at line 77 of file privatesend.h.

Constructor & Destructor Documentation

◆ CTxDSIn() [1/2]

CTxDSIn::CTxDSIn ( const CTxIn txin)
inline

Definition at line 83 of file privatesend.h.

◆ CTxDSIn() [2/2]

CTxDSIn::CTxDSIn ( )
inline

Definition at line 89 of file privatesend.h.

Member Data Documentation

◆ fHasSig

◆ nSentTimes

int CTxDSIn::nSentTimes

Definition at line 81 of file privatesend.h.


The documentation for this class was generated from the following file: