|
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 More... | |
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 447 of file LedgerReplay_test.cpp.
| ripple::test::LedgerServer::LedgerServer | ( | beast::unit_test::suite & | suite, |
| Parameter const & | p | ||
| ) |
Definition at line 458 of file LedgerReplay_test.cpp.
| void ripple::test::LedgerServer::createAccounts | ( | int | newAccounts | ) |
Definition at line 475 of file LedgerReplay_test.cpp.
| void ripple::test::LedgerServer::sendPayments | ( | int | newTxes | ) |
Definition at line 491 of file LedgerReplay_test.cpp.
| void ripple::test::LedgerServer::createLedgerHistory | ( | ) |
create ledger history
Definition at line 531 of file LedgerReplay_test.cpp.
| jtx::Env ripple::test::LedgerServer::env |
Definition at line 539 of file LedgerReplay_test.cpp.
| Application& ripple::test::LedgerServer::app |
Definition at line 540 of file LedgerReplay_test.cpp.
| LedgerMaster& ripple::test::LedgerServer::ledgerMaster |
Definition at line 541 of file LedgerReplay_test.cpp.
| LedgerReplayMsgHandler ripple::test::LedgerServer::msgHandler |
Definition at line 542 of file LedgerReplay_test.cpp.
| Parameter ripple::test::LedgerServer::param |
Definition at line 543 of file LedgerReplay_test.cpp.
| std::vector<jtx::Account> ripple::test::LedgerServer::accounts |
Definition at line 544 of file LedgerReplay_test.cpp.
1.8.17