| 
    rippled
    
   | 
 
Utility class for (1) creating ledgers with txns and (2) providing the ledgers via the ledgerMaster. More...

Classes | |
| struct | Parameter | 
Public Member Functions | |
| LedgerServer (beast::unit_test::suite &suite, Parameter const &p) | |
| void | createAccounts (int newAccounts) | 
| void | sendPayments (int newTxes) | 
| void | createLedgerHistory () | 
| create ledger history   | |
Public Attributes | |
| jtx::Env | env | 
| Application & | app | 
| LedgerMaster & | ledgerMaster | 
| LedgerReplayMsgHandler | msgHandler | 
| Parameter | param | 
| std::vector< jtx::Account > | accounts | 
Utility class for (1) creating ledgers with txns and (2) providing the ledgers via the ledgerMaster.
Definition at line 454 of file LedgerReplay_test.cpp.
| ripple::test::LedgerServer::LedgerServer | ( | beast::unit_test::suite & | suite, | 
| Parameter const & | p | ||
| ) | 
Definition at line 465 of file LedgerReplay_test.cpp.
| void ripple::test::LedgerServer::createAccounts | ( | int | newAccounts | ) | 
Definition at line 482 of file LedgerReplay_test.cpp.
| void ripple::test::LedgerServer::sendPayments | ( | int | newTxes | ) | 
Definition at line 498 of file LedgerReplay_test.cpp.
| void ripple::test::LedgerServer::createLedgerHistory | ( | ) | 
create ledger history
Definition at line 538 of file LedgerReplay_test.cpp.
| jtx::Env ripple::test::LedgerServer::env | 
Definition at line 546 of file LedgerReplay_test.cpp.
| Application& ripple::test::LedgerServer::app | 
Definition at line 547 of file LedgerReplay_test.cpp.
| LedgerMaster& ripple::test::LedgerServer::ledgerMaster | 
Definition at line 548 of file LedgerReplay_test.cpp.
| LedgerReplayMsgHandler ripple::test::LedgerServer::msgHandler | 
Definition at line 549 of file LedgerReplay_test.cpp.
| Parameter ripple::test::LedgerServer::param | 
Definition at line 550 of file LedgerReplay_test.cpp.
| std::vector<jtx::Account> ripple::test::LedgerServer::accounts | 
Definition at line 551 of file LedgerReplay_test.cpp.