1#ifndef XRPL_TEST_JTX_CHECK_H_INCLUDED 
    2#define XRPL_TEST_JTX_CHECK_H_INCLUDED 
    4#include <test/jtx/Account.h> 
    5#include <test/jtx/Env.h> 
    6#include <test/jtx/owners.h> 
   33    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)