|
rippled
|
#include <SignerUtils.h>

Public Member Functions | |
| Reg (Account const &masterSig) | |
| Reg (Account const &acct_, Account const ®ularSig) | |
| Reg (char const *masterSig) | |
| Reg (char const *acct_, char const *regularSig) | |
| bool | operator< (Reg const &rhs) const |
Public Attributes | |
| Account | acct |
| Account | sig |
Definition at line 11 of file SignerUtils.h.
| xrpl::test::jtx::Reg::Reg | ( | Account const & | masterSig | ) |
Definition at line 16 of file SignerUtils.h.
Definition at line 20 of file SignerUtils.h.
| xrpl::test::jtx::Reg::Reg | ( | char const * | masterSig | ) |
Definition at line 24 of file SignerUtils.h.
| xrpl::test::jtx::Reg::Reg | ( | char const * | acct_, |
| char const * | regularSig | ||
| ) |
Definition at line 28 of file SignerUtils.h.
| bool xrpl::test::jtx::Reg::operator< | ( | Reg const & | rhs | ) | const |
Definition at line 32 of file SignerUtils.h.
| Account xrpl::test::jtx::Reg::acct |
Definition at line 13 of file SignerUtils.h.
| Account xrpl::test::jtx::Reg::sig |
Definition at line 14 of file SignerUtils.h.