rippled
Loading...
Searching...
No Matches
pay.h
1#pragma once
2
3#include <test/jtx/Account.h>
4#include <test/jtx/amount.h>
5
6#include <xrpl/json/json_value.h>
7
8namespace xrpl {
9namespace test {
10namespace jtx {
11
14pay(AccountID const& account, AccountID const& to, AnyAmount amount);
16pay(Account const& account, Account const& to, AnyAmount amount);
17
18} // namespace jtx
19} // namespace test
20} // namespace xrpl
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
auto const amount
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
base_uint< 160, detail::AccountIDTag > AccountID
A 160-bit unsigned that uniquely identifies an account.
Definition AccountID.h:28