1#ifndef XRPL_TEST_JTX_DEPOSIT_H_INCLUDED 
    2#define XRPL_TEST_JTX_DEPOSIT_H_INCLUDED 
    4#include <test/jtx/Account.h> 
    5#include <test/jtx/Env.h> 
Immutable cryptographic account descriptor.
 
std::string const & human() const
Returns the human readable public key.
 
Json::Value unauth(Account const &account, Account const &unauth)
Remove preauthorization for deposit.
 
Json::Value unauthCredentials(jtx::Account const &account, std::vector< AuthorizeCredentials > const &auth)
 
Json::Value authCredentials(jtx::Account const &account, std::vector< AuthorizeCredentials > const &auth)
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
 
std::string strHex(FwdIt begin, FwdIt end)
 
Json::Value toJson() const
 
auto operator<=>(AuthorizeCredentials const &) const =default
 
Json::Value toLEJson() const