| 
    rippled
    
   | 
 
Set the regular signature on a JTx. More...
#include <sig.h>

Public Member Functions | |
| sig (autofill_t) | |
| sig (none_t) | |
| sig (SField const *subField, Account const &account) | |
| sig (SField const &subField, Account const &account) | |
| sig (Account const &account) | |
| void | operator() (Env &, JTx &jt) const | 
Private Attributes | |
| bool | manual_ = true | 
| SField const *const | subField_ = nullptr | 
| Alternative transaction object field in which to place the signature.   | |
| std::optional< Account > | account_ | 
| Account that will generate the signature.   | |
Static Private Attributes | |
| static constexpr SField *const | topLevel = nullptr | 
| Used solely as a convenience placeholder for ctors that do not specify a subfield.   | |
Set the regular signature on a JTx.
      
  | 
  explicit | 
      
  | 
  explicit | 
      
  | 
  private | 
      
  | 
  private | 
Account that will generate the signature.
If not provided, no signature will be added by this helper. See also Env::autofill_sig.