Fabcoin Core
0.16.2
P2P Digital Currency
|
This is the complete list of members for CTxIn, including all inherited members.
ADD_SERIALIZE_METHODS | CTxIn | |
CTxIn() | CTxIn | inline |
CTxIn(COutPoint prevoutIn, CScript scriptSigIn=CScript(), uint32_t nSequenceIn=SEQUENCE_FINAL) | CTxIn | explicit |
CTxIn(uint256 hashPrevTx, uint32_t nOut, CScript scriptSigIn=CScript(), uint32_t nSequenceIn=SEQUENCE_FINAL) | CTxIn | |
nSequence | CTxIn | |
operator!=(const CTxIn &a, const CTxIn &b) | CTxIn | friend |
operator==(const CTxIn &a, const CTxIn &b) | CTxIn | friend |
prevout | CTxIn | |
scriptSig | CTxIn | |
scriptWitness | CTxIn | |
SEQUENCE_FINAL | CTxIn | static |
SEQUENCE_LOCKTIME_DISABLE_FLAG | CTxIn | static |
SEQUENCE_LOCKTIME_GRANULARITY | CTxIn | static |
SEQUENCE_LOCKTIME_MASK | CTxIn | static |
SEQUENCE_LOCKTIME_TYPE_FLAG | CTxIn | static |
SerializationOp(Stream &s, Operation ser_action) | CTxIn | inline |
ToString() const | CTxIn |