20#ifndef RIPPLE_TEST_JTX_PAY_H_INCLUDED
21#define RIPPLE_TEST_JTX_PAY_H_INCLUDED
23#include <test/jtx/Account.h>
24#include <test/jtx/amount.h>
26#include <xrpl/json/json_value.h>
36pay(Account
const& account, Account
const& to, AnyAmount amount);
Json::Value pay(AccountID const &account, AccountID const &to, AnyAmount amount)
Create a payment.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
base_uint< 160, detail::AccountIDTag > AccountID
A 160-bit unsigned that uniquely identifies an account.