xrpld
Loading...
Searching...
No Matches
xrpl::test::jtx::Reg Struct Reference

#include <SignerUtils.h>

Collaboration diagram for xrpl::test::jtx::Reg:

Public Member Functions

 Reg (Account const &masterSig)
 Reg (Account acct, Account regularSig)
 Reg (char const *masterSig)
 Reg (char const *acct, char const *regularSig)
bool operator< (Reg const &rhs) const

Public Attributes

Account acct
Account sig

Detailed Description

Definition at line 11 of file SignerUtils.h.

Constructor & Destructor Documentation

◆ Reg() [1/4]

xrpl::test::jtx::Reg::Reg ( Account const & masterSig)

Definition at line 16 of file SignerUtils.h.

◆ Reg() [2/4]

xrpl::test::jtx::Reg::Reg ( Account acct,
Account regularSig )

Definition at line 20 of file SignerUtils.h.

◆ Reg() [3/4]

xrpl::test::jtx::Reg::Reg ( char const * masterSig)

Definition at line 24 of file SignerUtils.h.

◆ Reg() [4/4]

xrpl::test::jtx::Reg::Reg ( char const * acct,
char const * regularSig )

Definition at line 28 of file SignerUtils.h.

Member Function Documentation

◆ operator<()

bool xrpl::test::jtx::Reg::operator< ( Reg const & rhs) const

Definition at line 32 of file SignerUtils.h.

Member Data Documentation

◆ acct

Account xrpl::test::jtx::Reg::acct

Definition at line 13 of file SignerUtils.h.

◆ sig

Account xrpl::test::jtx::Reg::sig

Definition at line 14 of file SignerUtils.h.