Bitcoin Core 28.99.0
P2P Digital Currency
Public Types | Public Member Functions | Public Attributes | List of all members
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. More...
 
 BasicTestingSetup (const 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. More...
 

Detailed Description

Definition at line 296 of file coins_tests.cpp.

Member Typedef Documentation

◆ UtxoData

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

Definition at line 298 of file coins_tests.cpp.

Member Function Documentation

◆ FindRandomFrom()

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

Definition at line 301 of file coins_tests.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ utxoData

UtxoData UpdateTest::utxoData

Definition at line 299 of file coins_tests.cpp.


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