3#include <test/jtx/Account.h>
5#include <xrpl/json/json_value.h>
6#include <xrpl/ledger/Ledger.h>
7#include <xrpl/protocol/STObject.h>
17 template <
class String>
A generic endpoint for log messages.
Immutable cryptographic account descriptor.
void fillFee(json::Value &jv, ReadView const &view)
Set the fee automatically.
void sign(json::Value &jv, Account const &account, json::Value &sigObject)
Sign automatically into a specific Json field of the jv object.
STObject parse(json::Value const &jv)
Convert JSON to STObject.
json::Value cmdToJSONRPC(std::vector< std::string > const &args, beast::Journal j, unsigned int apiVersion)
Given an xrpld unit test rpc command, return the corresponding JSON.
void fillSeq(json::Value &jv, ReadView const &view)
Set the sequence number automatically.
ParseError(String const &s)