1#ifndef XRPL_TEST_JTX_SIG_H_INCLUDED 
    2#define XRPL_TEST_JTX_SIG_H_INCLUDED 
    4#include <test/jtx/Env.h> 
   49        : 
sig(&subField, account)
 
 
 
Immutable cryptographic account descriptor.
 
A transaction testing environment.
 
Set the regular signature on a JTx.
 
static constexpr SField *const topLevel
Used solely as a convenience placeholder for ctors that do not specify a subfield.
 
sig(SField const *subField, Account const &account)
 
std::optional< Account > account_
Account that will generate the signature.
 
void operator()(Env &, JTx &jt) const
 
SField const  *const subField_
Alternative transaction object field in which to place the signature.
 
sig(Account const &account)
 
sig(SField const &subField, Account const &account)
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
 
Execution context for applying a JSON transaction.