20#ifndef RIPPLE_TEST_JTX_UTILITY_H_INCLUDED
21#define RIPPLE_TEST_JTX_UTILITY_H_INCLUDED
23#include <test/jtx/Account.h>
25#include <xrpld/app/ledger/Ledger.h>
26#include <xrpld/rpc/detail/RPCHelpers.h>
28#include <xrpl/json/json_value.h>
29#include <xrpl/protocol/STObject.h>
40 template <
class String>
73 unsigned int apiVersion);
A generic endpoint for log messages.
Immutable cryptographic account descriptor.
void fill_seq(Json::Value &jv, ReadView const &view)
Set the sequence number automatically.
void sign(Json::Value &jv, Account const &account)
Sign automatically.
Json::Value cmdToJSONRPC(std::vector< std::string > const &args, beast::Journal j, unsigned int apiVersion)
Given a rippled unit test rpc command, return the corresponding JSON.
STObject parse(Json::Value const &jv)
Convert JSON to STObject.
void fill_fee(Json::Value &jv, ReadView const &view)
Set the fee automatically.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
parse_error(String const &s)