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

Set a batch nested multi-signature on a JTx. More...

#include <batch.h>

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

Public Member Functions

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

Public Attributes

Account master
 
std::vector< Regsigners
 

Detailed Description

Set a batch nested multi-signature on a JTx.

Definition at line 115 of file batch.h.

Constructor & Destructor Documentation

◆ msig() [1/2]

ripple::test::jtx::batch::msig::msig ( Account const &  masterAccount,
std::vector< Reg signers_ 
)

Definition at line 121 of file batch.h.

◆ msig() [2/2]

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

Definition at line 129 of file batch.h.

Member Function Documentation

◆ operator()()

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

Definition at line 92 of file batch.cpp.

Member Data Documentation

◆ master

Account ripple::test::jtx::batch::msig::master

Definition at line 118 of file batch.h.

◆ signers

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

Definition at line 119 of file batch.h.