3#include <test/jtx/Env.h>
Immutable cryptographic account descriptor.
A transaction testing environment.
std::optional< Account > account_
Account that will generate the signature.
Sig(SField const *subField, Account const &account)
static constexpr SField const * kTopLevel
Used solely as a convenience placeholder for ctors that do not specify a subfield.
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)
void operator()(Env &, JTx &jt) const
Execution context for applying a JSON transaction.