![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <instantx.h>
Public Member Functions | |
CTxLockRequest ()=default | |
CTxLockRequest (const CTransaction &tx) | |
bool | IsValid () const |
CAmount | GetMinFee () const |
int | GetMaxSignatures () const |
operator bool () const | |
![]() | |
CTransaction () | |
CTransaction (const CMutableTransaction &tx) | |
CTransaction & | operator= (const CTransaction &tx) |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion) |
bool | IsNull () const |
const uint256 & | GetHash () const |
CAmount | GetValueOut () const |
double | ComputePriority (double dPriorityInputs, unsigned int nTxSize=0) const |
unsigned int | CalculateModifiedSize (unsigned int nTxSize=0) const |
unsigned int | GetTotalSize () const |
bool | IsCoinBase () const |
std::string | ToString () const |
Static Public Attributes | |
static const int | WARN_MANY_INPUTS = 100 |
![]() | |
static const int32_t | CURRENT_VERSION =1 |
static const int32_t | MAX_STANDARD_VERSION =2 |
Static Private Attributes | |
static const CAmount | MIN_FEE = 0.001 * COIN |
Additional Inherited Members | |
![]() | |
const int32_t | nVersion |
const std::vector< CTxIn > | vin |
const std::vector< CTxOut > | vout |
const uint32_t | nLockTime |
ADD_SERIALIZE_METHODS | |
Definition at line 121 of file instantx.h.
|
default |
Referenced by operator bool().
|
inline |
Definition at line 130 of file instantx.h.
int CTxLockRequest::GetMaxSignatures | ( | ) | const |
Definition at line 990 of file instantx.cpp.
Referenced by TransactionDesc::FormatTxStatus(), and CInstantSend::ProcessTxLockVote().
CAmount CTxLockRequest::GetMinFee | ( | ) | const |
Definition at line 984 of file instantx.cpp.
Referenced by CWallet::CreateTransaction(), and IsValid().
bool CTxLockRequest::IsValid | ( | ) | const |
Definition at line 922 of file instantx.cpp.
Referenced by AcceptToMemoryPoolWorker(), and CInstantSend::CreateTxLockCandidate().
|
inlineexplicit |
Definition at line 136 of file instantx.h.
Definition at line 124 of file instantx.h.
Referenced by GetMinFee().
|
static |
Definition at line 127 of file instantx.h.
Referenced by IsValid(), and WalletModel::prepareTransaction().