20 #ifndef RIPPLE_TEST_JTX_JSON_H_INCLUDED
21 #define RIPPLE_TEST_JTX_JSON_H_INCLUDED
23 #include <ripple/json/json_value.h>
24 #include <test/jtx/Env.h>
39 explicit json(
char const*);
json(std::string const &)
void operator()(Env &, JTx &jt) const
Execution context for applying a JSON transaction.
json(Json::StaticString const &key, T const &value)
json(std::string const &key, T const &value)
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Lightweight wrapper to tag static string.
A transaction testing environment.