rippled
Loading...
Searching...
No Matches
pay.h
1#ifndef XRPL_TEST_JTX_PAY_H_INCLUDED
2#define XRPL_TEST_JTX_PAY_H_INCLUDED
3
4#include <test/jtx/Account.h>
5#include <test/jtx/amount.h>
6
7#include <xrpl/json/json_value.h>
8
9namespace ripple {
10namespace test {
11namespace jtx {
12
15pay(AccountID const& account, AccountID const& to, AnyAmount amount);
17pay(Account const& account, Account const& to, AnyAmount amount);
18
19} // namespace jtx
20} // namespace test
21} // namespace ripple
22
23#endif
Represents a JSON value.
Definition json_value.h:130
Json::Value pay(AccountID const &account, AccountID const &to, AnyAmount amount)
Create a payment.
Definition pay.cpp:11
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
base_uint< 160, detail::AccountIDTag > AccountID
A 160-bit unsigned that uniquely identifies an account.
Definition AccountID.h:29