xrpld
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#include <xrpl/protocol/AccountID.h>
8
9namespace xrpl::test::jtx {
10
14json::Value
15pay(AccountID const& account, AccountID const& to, AnyAmount amount);
16json::Value
17pay(Account const& account, Account const& to, AnyAmount amount);
18
19} // namespace xrpl::test::jtx
Immutable cryptographic account descriptor.
Definition jtx/Account.h:21
json::Value pay(AccountID const &account, AccountID const &to, AnyAmount amount)
Create a payment.
Definition pay.cpp:14
BaseUInt< 160, detail::AccountIDTag > AccountID
A 160-bit unsigned that uniquely identifies an account.
Definition AccountID.h:34
Amount specifier with an option for any issuer.