|
|
|
@ -470,6 +470,7 @@ public:
@@ -470,6 +470,7 @@ public:
|
|
|
|
|
int64_t GetTxTime() const; |
|
|
|
|
int GetRequestCount() const; |
|
|
|
|
|
|
|
|
|
// RelayWalletTransaction may only be called if fBroadcastTransactions!
|
|
|
|
|
bool RelayWalletTransaction(CConnman* connman); |
|
|
|
|
|
|
|
|
|
std::set<uint256> GetConflicts() const; |
|
|
|
@ -937,6 +938,7 @@ public:
@@ -937,6 +938,7 @@ public:
|
|
|
|
|
CBlockIndex* ScanForWalletTransactions(CBlockIndex* pindexStart, bool fUpdate = false); |
|
|
|
|
void ReacceptWalletTransactions(); |
|
|
|
|
void ResendWalletTransactions(int64_t nBestBlockTime, CConnman* connman) override; |
|
|
|
|
// ResendWalletTransactionsBefore may only be called if fBroadcastTransactions!
|
|
|
|
|
std::vector<uint256> ResendWalletTransactionsBefore(int64_t nTime, CConnman* connman); |
|
|
|
|
CAmount GetBalance() const; |
|
|
|
|
CAmount GetUnconfirmedBalance() const; |
|
|
|
|