![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
class | CInstantSend |
class | CTxLockRequest |
class | CTxLockVote |
class | COutPointLock |
class | CTxLockCandidate |
Variables | |
CInstantSend | instantsend |
static const int | INSTANTSEND_CONFIRMATIONS_REQUIRED = 6 |
static const int | DEFAULT_INSTANTSEND_DEPTH = 5 |
static const int | MIN_INSTANTSEND_PROTO_VERSION = 70208 |
static const int | INSTANTSEND_LOCK_TIMEOUT_SECONDS = 15 |
static const int | INSTANTSEND_FAILED_TIMEOUT_SECONDS = 60 |
bool | fEnableInstantSend |
int | nInstantSendDepth |
int | nCompleteTXLocks |
|
static |
Definition at line 29 of file instantx.h.
Referenced by AppInit2(), and HelpMessage().
bool fEnableInstantSend |
Definition at line 26 of file instantx.cpp.
Referenced by AppInit2(), CInstantSend::GetTransactionLockSignatures(), InitParameterInteraction(), CInstantSend::IsInstantSendReadyToLock(), CInstantSend::IsLockedInstantSendTransaction(), and CInstantSend::IsTxLockCandidateTimedOut().
CInstantSend instantsend |
Definition at line 30 of file instantx.cpp.
Referenced by AcceptToMemoryPoolWorker(), AlreadyHave(), CheckBlock(), TransactionDesc::FormatTxStatus(), CMerkleTx::GetDepthInMainChain(), CGovernanceObject::IsCollateralValid(), CTxLockVote::IsFailed(), ProcessGetData(), ProcessMessage(), CConnman::RelayTransaction(), CWalletTx::RelayWalletTransaction(), sendrawtransaction(), CDSNotificationInterface::SyncTransaction(), ThreadCheckPrivateSend(), CDSNotificationInterface::UpdatedBlockTip(), and WalletTxToJSON().
|
static |
Definition at line 28 of file instantx.h.
Referenced by CWallet::AvailableCoins(), CWallet::CreateTransaction(), and CTxLockRequest::IsValid().
|
static |
Definition at line 38 of file instantx.h.
Referenced by CTxLockVote::IsFailed().
|
static |
Definition at line 35 of file instantx.h.
Referenced by CTxLockVote::IsTimedOut(), and CTxLockCandidate::IsTimedOut().
|
static |
Definition at line 31 of file instantx.h.
Referenced by CTxLockVote::IsValid(), CInstantSend::ProcessMessage(), and CInstantSend::Vote().
int nCompleteTXLocks |
Definition at line 28 of file instantx.cpp.
Referenced by WalletModel::checkBalanceChanged(), WalletModel::pollBalanceChanged(), OverviewPage::setBalance(), TransactionRecord::statusUpdateNeeded(), CInstantSend::UpdateLockedTransaction(), and TransactionRecord::updateStatus().
int nInstantSendDepth |
Definition at line 27 of file instantx.cpp.
Referenced by AppInit2(), getbalance(), CInstantSend::GetConfirmations(), CMerkleTx::GetDepthInMainChain(), getreceivedbyaccount(), getreceivedbyaddress(), listaccounts(), listreceivedbyaccount(), listreceivedbyaddress(), sendfrom(), and sendmany().