xrpld
Loading...
Searching...
No Matches
xrpl::test::jtx::batch::Sig Class Reference

Sets the Batch transaction signers on a JTx. More...

#include <batch.h>

Collaboration diagram for xrpl::test::jtx::batch::Sig:

Public Member Functions

 Sig (std::vector< Reg > s)
template<class AccountType, class... Accounts>
 Sig (AccountType &&a0, Accounts &&... aN)
void operator() (Env &, JTx &jt) const

Public Attributes

std::vector< Regsigners

Detailed Description

Sets the Batch transaction signers on a JTx.

Definition at line 107 of file batch.h.

Constructor & Destructor Documentation

◆ Sig() [1/2]

xrpl::test::jtx::batch::Sig::Sig ( std::vector< Reg > s)

Definition at line 112 of file batch.h.

◆ Sig() [2/2]

template<class AccountType, class... Accounts>
xrpl::test::jtx::batch::Sig::Sig ( AccountType && a0,
Accounts &&... aN )
explicit

Definition at line 119 of file batch.h.

Member Function Documentation

◆ operator()()

void xrpl::test::jtx::batch::Sig::operator() ( Env & env,
JTx & jt ) const

Definition at line 77 of file batch.cpp.

Member Data Documentation

◆ signers

std::vector<Reg> xrpl::test::jtx::batch::Sig::signers

Definition at line 110 of file batch.h.