Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
UpdateTest Struct Reference
Inheritance diagram for UpdateTest:
[legend]
Collaboration diagram for UpdateTest:
[legend]

Public Types

typedef std::map< COutPoint, std::tuple< CTransaction, CTxUndo, Coin > > UtxoData

Public Member Functions

UtxoData::iterator FindRandomFrom (const std::set< COutPoint > &utxoSet)
Public Member Functions inherited from BasicTestingSetup
void SeedRandomForTest (SeedRand seed)
 Seed the global RNG state and m_rng for testing and log the seed value.
 BasicTestingSetup (ChainType chainType=ChainType::MAIN, TestOpts={})
 ~BasicTestingSetup ()

Public Attributes

UtxoData utxoData
Public Attributes inherited from BasicTestingSetup
util::SignalInterrupt m_interrupt
node::NodeContext m_node
FastRandomContext m_rng
fs::path m_path_root
fs::path m_path_lock
bool m_has_custom_datadir {false}
ArgsManager m_args
 Test-specific arguments and settings.

Detailed Description

Definition at line 307 of file coins_tests.cpp.

Member Typedef Documentation

◆ UtxoData

typedef std::map<COutPoint, std::tuple<CTransaction,CTxUndo,Coin> > UpdateTest::UtxoData

Definition at line 309 of file coins_tests.cpp.

Member Function Documentation

◆ FindRandomFrom()

UtxoData::iterator UpdateTest::FindRandomFrom ( const std::set< COutPoint > & utxoSet)
inline

Definition at line 312 of file coins_tests.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ utxoData

UtxoData UpdateTest::utxoData

Definition at line 310 of file coins_tests.cpp.


The documentation for this struct was generated from the following file: