3#include <test/jtx/Account.h>
5#include <xrpl/json/json_value.h>
6#include <xrpl/protocol/STAmount.h>
14 STAmount
const& takerPays,
15 STAmount
const& takerGets,
16 std::uint32_t flags = 0);
Immutable cryptographic account descriptor.
json::Value offerCancel(Account const &account, std::uint32_t offerSeq)
Cancel an offer.
json::Value offer(Account const &account, STAmount const &takerPays, STAmount const &takerGets, std::uint32_t flags)
Create an offer.