Dash Core  0.12.2.1
P2P Digital Currency
CTxIn Member List

This is the complete list of members for CTxIn, including all inherited members.

ADD_SERIALIZE_METHODSCTxIn
CTxIn()CTxIninline
CTxIn(COutPoint prevoutIn, CScript scriptSigIn=CScript(), uint32_t nSequenceIn=SEQUENCE_FINAL)CTxInexplicit
CTxIn(uint256 hashPrevTx, uint32_t nOut, CScript scriptSigIn=CScript(), uint32_t nSequenceIn=SEQUENCE_FINAL)CTxIn
nSequenceCTxIn
operator!=(const CTxIn &a, const CTxIn &b)CTxInfriend
operator<(const CTxIn &a, const CTxIn &b)CTxInfriend
operator==(const CTxIn &a, const CTxIn &b)CTxInfriend
prevoutCTxIn
prevPubKeyCTxIn
scriptSigCTxIn
SEQUENCE_FINALCTxInstatic
SEQUENCE_LOCKTIME_DISABLE_FLAGCTxInstatic
SEQUENCE_LOCKTIME_GRANULARITYCTxInstatic
SEQUENCE_LOCKTIME_MASKCTxInstatic
SEQUENCE_LOCKTIME_TYPE_FLAGCTxInstatic
SerializationOp(Stream &s, Operation ser_action, int nType, int nVersion)CTxIninline
ToString() constCTxIn