1#ifndef XRPL_TEST_JTX_TICKET_H_INCLUDED 
    2#define XRPL_TEST_JTX_TICKET_H_INCLUDED 
    4#include <test/jtx/Account.h> 
    5#include <test/jtx/Env.h> 
    6#include <test/jtx/owners.h> 
A transaction testing environment.
 
Set a ticket sequence on a JTx.
 
void operator()(Env &, JTx &jt) const
 
use(std::uint32_t ticketSeq)
 
Json::Value create(Account const &account, std::uint32_t count)
Create one of more tickets.
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
 
Execution context for applying a JSON transaction.