1#ifndef XRPL_TEST_JTX_OFFER_H_INCLUDED
2#define XRPL_TEST_JTX_OFFER_H_INCLUDED
4#include <test/jtx/Account.h>
6#include <xrpl/json/json_value.h>
7#include <xrpl/protocol/STAmount.h>
16 Account
const& account,
17 STAmount
const& takerPays,
18 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.