![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <privatesend.h>
Public Member Functions | |
CTxDSIn (const CTxIn &txin) | |
CTxDSIn () | |
![]() | |
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 |
![]() | |
COutPoint | prevout |
CScript | scriptSig |
uint32_t | nSequence |
CScript | prevPubKey |
ADD_SERIALIZE_METHODS | |
Additional Inherited Members | |
![]() | |
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 |
Holds an mixing input
Definition at line 77 of file privatesend.h.
|
inline |
Definition at line 83 of file privatesend.h.
|
inline |
Definition at line 89 of file privatesend.h.
bool CTxDSIn::fHasSig |
Definition at line 80 of file privatesend.h.
Referenced by CDarkSendEntry::AddScriptSig(), CPrivateSendServer::ChargeFees(), and CPrivateSendServer::IsSignaturesComplete().
int CTxDSIn::nSentTimes |
Definition at line 81 of file privatesend.h.