20#ifndef RIPPLE_TEST_JTX_CHECK_H_INCLUDED
21#define RIPPLE_TEST_JTX_CHECK_H_INCLUDED
23#include <test/jtx/Account.h>
24#include <test/jtx/Env.h>
25#include <test/jtx/owners.h>
52 DeliverMin
const& atLeast);
Immutable cryptographic account descriptor.
Json::Value cancel(jtx::Account const &dest, uint256 const &checkId)
Cancel a check.
Json::Value cash(jtx::Account const &dest, uint256 const &checkId, STAmount const &amount)
Cash a check requiring that a specific amount be delivered.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Type used to specify DeliverMin for cashing a check.
DeliverMin(STAmount const &deliverMin)