20 #include <ripple/beast/unit_test.h>
22 #include <test/jtx/WSClient.h>
39 jv[
"streams"].
append(
"ledger");
const XRP_t XRP
Converts to XRP Issue or STAmount.
@ arrayValue
array value (ordered list)
Value & append(const Value &value)
Append value to array at the end.
virtual Config & config()=0
bool close(NetClock::time_point closeTime, std::optional< std::chrono::milliseconds > consensusDelay=std::nullopt)
Close and advance the ledger.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
void fund(bool setDefaultRipple, STAmount const &amount, Account const &account)
std::unique_ptr< WSClient > makeWSClient(Config const &cfg, bool v2, unsigned rpc_version, std::unordered_map< std::string, std::string > const &headers)
Returns a client operating through WebSockets/S.
A transaction testing environment.
BEAST_DEFINE_TESTSUITE(DeliverMin, app, ripple)