![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
This is the complete list of members for CTransaction, including all inherited members.
AcceptToMemoryPool(CValidationState &state, bool fCheckInputs=true, bool fLimitFree=true, bool *pfMissingInputs=NULL) | CTransaction | |
AllowFree(double dPriority) | CTransaction | inlinestatic |
AreInputsStandard(CCoinsViewCache &mapInputs) const | CTransaction | |
CheckInputs(CValidationState &state, CCoinsViewCache &view, bool fScriptChecks=true, unsigned int flags=SCRIPT_VERIFY_P2SH|SCRIPT_VERIFY_STRICTENC, std::vector< CScriptCheck > *pvChecks=NULL) const | CTransaction | |
CheckTransaction(CValidationState &state) const | CTransaction | |
CTransaction() | CTransaction | inline |
CURRENT_VERSION | CTransaction | static |
GetHash() const | CTransaction | inline |
GetLegacySigOpCount() const | CTransaction | |
GetMinFee(unsigned int nBlockSize=1, bool fAllowFree=true, enum GetMinFee_mode mode=GMF_BLOCK) const | CTransaction | |
GetOutputFor(const CTxIn &input, CCoinsViewCache &mapInputs) | CTransaction | protectedstatic |
GetP2SHSigOpCount(CCoinsViewCache &mapInputs) const | CTransaction | |
GetValueIn(CCoinsViewCache &mapInputs) const | CTransaction | |
GetValueOut() const | CTransaction | inline |
HaveInputs(CCoinsViewCache &view) const | CTransaction | |
IMPLEMENT_SERIALIZE(READWRITE(this->nVersion);nVersion=this->nVersion;READWRITE(vin);READWRITE(vout);READWRITE(nLockTime);) void SetNull() | CTransaction | inline |
IsCoinBase() const | CTransaction | inline |
IsFinal(int nBlockHeight=0, int64 nBlockTime=0) const | CTransaction | inline |
IsNewerThan(const CTransaction &old) const | CTransaction | inline |
IsNull() const | CTransaction | inline |
IsStandard(std::string &strReason) const | CTransaction | |
IsStandard() const | CTransaction | inline |
nLockTime | CTransaction | |
nMinRelayTxFee | CTransaction | static |
nMinTxFee | CTransaction | static |
nVersion | CTransaction | |
operator!=(const CTransaction &a, const CTransaction &b) | CTransaction | friend |
operator==(const CTransaction &a, const CTransaction &b) | CTransaction | friend |
print() const | CTransaction | inline |
ToString() const | CTransaction | inline |
UpdateCoins(const CTransaction &tx, CValidationState &state, CCoinsViewCache &inputs, CTxUndo &txundo, int nHeight, const uint256 &txhash) | CTransaction | |
UpdateCoins(CValidationState &state, CCoinsViewCache &view, CTxUndo &txundo, int nHeight, const uint256 &txhash) const | CTransaction | |
vin | CTransaction | |
vout | CTransaction |