1#ifndef XRPL_TEST_JTX_PAY_H_INCLUDED
2#define XRPL_TEST_JTX_PAY_H_INCLUDED
4#include <test/jtx/Account.h>
5#include <test/jtx/amount.h>
7#include <xrpl/json/json_value.h>
17pay(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.