1#ifndef XRPL_TEST_JTX_UTILITY_H_INCLUDED
2#define XRPL_TEST_JTX_UTILITY_H_INCLUDED
4#include <test/jtx/Account.h>
6#include <xrpld/app/ledger/Ledger.h>
8#include <xrpl/json/json_value.h>
9#include <xrpl/protocol/STObject.h>
20 template <
class String>
59 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, Json::Value &sigObject)
Sign automatically into a specific Json field of the jv object.
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)