rippled
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ripple::test::jtx::batch::sig Class Reference

Set a batch signature on a JTx. More...

#include <batch.h>

Collaboration diagram for ripple::test::jtx::batch::sig:
Collaboration graph
[legend]

Public Member Functions

 sig (std::vector< Reg > signers_)
 
template<class AccountType , class... Accounts>
requires std::convertible_to<AccountType, Reg>
 sig (AccountType &&a0, Accounts &&... aN)
 
void operator() (Env &, JTx &jt) const
 

Public Attributes

std::vector< Regsigners
 

Detailed Description

Set a batch signature on a JTx.

Definition at line 92 of file batch.h.

Constructor & Destructor Documentation

◆ sig() [1/2]

ripple::test::jtx::batch::sig::sig ( std::vector< Reg signers_)

Definition at line 97 of file batch.h.

◆ sig() [2/2]

template<class AccountType , class... Accounts>
requires std::convertible_to<AccountType, Reg>
ripple::test::jtx::batch::sig::sig ( AccountType &&  a0,
Accounts &&...  aN 
)
explicit

Definition at line 104 of file batch.h.

Member Function Documentation

◆ operator()()

void ripple::test::jtx::batch::sig::operator() ( Env env,
JTx jt 
) const

Definition at line 58 of file batch.cpp.

Member Data Documentation

◆ signers

std::vector<Reg> ripple::test::jtx::batch::sig::signers

Definition at line 95 of file batch.h.