![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
This is the complete list of members for TxIndex, including all inherited members.
BlockChecked(const CBlock &, const CValidationState &) | CValidationInterface | inlineprotectedvirtual |
BlockConnected(const std::shared_ptr< const CBlock > &block, const CBlockIndex *pindex, const std::vector< CTransactionRef > &txn_conflicted) override | BaseIndex | protectedvirtual |
BlockDisconnected(const std::shared_ptr< const CBlock > &block) | CValidationInterface | inlineprotectedvirtual |
BlockFound(const uint256 &hash) | CValidationInterface | inlineprotectedvirtual |
BlockUntilSyncedToCurrentChain() | BaseIndex | |
ChainStateFlushed(const CBlockLocator &locator) override | BaseIndex | protectedvirtual |
FindTx(const uint256 &tx_hash, uint256 &block_hash, CTransactionRef &tx) const | TxIndex | |
GetDB() const override | TxIndex | protectedvirtual |
GetName() const override | TxIndex | inlineprotectedvirtual |
Init() override | TxIndex | protectedvirtual |
Interrupt() | BaseIndex | |
m_db | TxIndex | private |
NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block) | CValidationInterface | inlineprotectedvirtual |
ResendWalletTransactions(int64_t nBestBlockTime, CConnman *connman) | CValidationInterface | inlineprotectedvirtual |
Start() | BaseIndex | |
Stop() | BaseIndex | |
TransactionAddedToMempool(const CTransactionRef &ptxn) | CValidationInterface | inlineprotectedvirtual |
TransactionRemovedFromMempool(const CTransactionRef &ptx) | CValidationInterface | inlineprotectedvirtual |
TxIndex(size_t n_cache_size, bool f_memory=false, bool f_wipe=false) | TxIndex | explicit |
UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload) | CValidationInterface | inlineprotectedvirtual |
void ::RegisterValidationInterface(CValidationInterface *) | CValidationInterface | protected |
void ::UnregisterAllValidationInterfaces() | CValidationInterface | protected |
void ::UnregisterValidationInterface(CValidationInterface *) | CValidationInterface | protected |
WriteBlock(const CBlock &block, const CBlockIndex *pindex) override | TxIndex | protectedvirtual |
~BaseIndex() | BaseIndex | virtual |
~CValidationInterface()=default | CValidationInterface | protected |
~TxIndex() override | TxIndex | virtual |