20#ifndef RIPPLE_TEST_JTX_OFFER_H_INCLUDED
21#define RIPPLE_TEST_JTX_OFFER_H_INCLUDED
23#include <test/jtx/Account.h>
25#include <xrpl/json/json_value.h>
26#include <xrpl/protocol/STAmount.h>
35 Account
const& account,
36 STAmount
const& takerPays,
37 STAmount
const& takerGets,
Json::Value offer(Account const &account, STAmount const &takerPays, STAmount const &takerGets, std::uint32_t flags)
Create an offer.
Json::Value offer_cancel(Account const &account, std::uint32_t offerSeq)
Cancel an offer.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.