3#include <test/jtx/Account.h>
4#include <test/jtx/owners.h>
6#include <xrpl/basics/base_uint.h>
7#include <xrpl/json/json_value.h>
8#include <xrpl/protocol/LedgerFormats.h>
9#include <xrpl/protocol/STAmount.h>
Immutable cryptographic account descriptor.
Sets the DeliverMin on a JTx.
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.
OwnerCount< ltCHECK > checks
Match the number of checks on the account.
DeliverMin(STAmount deliverMin)