|
xrpld
|
#include <LoanTestBase.h>

Public Member Functions | |
| template<class... FN> | |
| jtx::JTx | operator() (jtx::Env &env, BrokerInfo const &broker, FN const &... fN) const |
Public Attributes | |
| jtx::Account | account |
| jtx::Account | counter |
| bool | counterpartyExplicit = true |
| Number | principalRequest |
| std::optional< STAmount > | setFee = std::nullopt |
| std::optional< Number > | originationFee = std::nullopt |
| std::optional< Number > | serviceFee = std::nullopt |
| std::optional< Number > | lateFee = std::nullopt |
| std::optional< Number > | closeFee = std::nullopt |
| std::optional< TenthBips32 > | overFee = std::nullopt |
| std::optional< TenthBips32 > | interest = std::nullopt |
| std::optional< TenthBips32 > | lateInterest = std::nullopt |
| std::optional< TenthBips32 > | closeInterest = std::nullopt |
| std::optional< TenthBips32 > | overpaymentInterest = std::nullopt |
| std::optional< std::uint32_t > | payTotal = std::nullopt |
| std::optional< std::uint32_t > | payInterval = std::nullopt |
| std::optional< std::uint32_t > | gracePd = std::nullopt |
| std::optional< std::uint32_t > | flags = std::nullopt |
Definition at line 183 of file LoanTestBase.h.
| jtx::JTx xrpl::test::LoanTestBase::LoanParameters::operator() | ( | jtx::Env & | env, |
| BrokerInfo const & | broker, | ||
| FN const &... | fN ) const |
Definition at line 212 of file LoanTestBase.h.
| jtx::Account xrpl::test::LoanTestBase::LoanParameters::account |
Definition at line 186 of file LoanTestBase.h.
| jtx::Account xrpl::test::LoanTestBase::LoanParameters::counter |
Definition at line 188 of file LoanTestBase.h.
| bool xrpl::test::LoanTestBase::LoanParameters::counterpartyExplicit = true |
Definition at line 191 of file LoanTestBase.h.
| Number xrpl::test::LoanTestBase::LoanParameters::principalRequest |
Definition at line 192 of file LoanTestBase.h.
| std::optional<STAmount> xrpl::test::LoanTestBase::LoanParameters::setFee = std::nullopt |
Definition at line 194 of file LoanTestBase.h.
| std::optional<Number> xrpl::test::LoanTestBase::LoanParameters::originationFee = std::nullopt |
Definition at line 195 of file LoanTestBase.h.
| std::optional<Number> xrpl::test::LoanTestBase::LoanParameters::serviceFee = std::nullopt |
Definition at line 196 of file LoanTestBase.h.
| std::optional<Number> xrpl::test::LoanTestBase::LoanParameters::lateFee = std::nullopt |
Definition at line 197 of file LoanTestBase.h.
| std::optional<Number> xrpl::test::LoanTestBase::LoanParameters::closeFee = std::nullopt |
Definition at line 198 of file LoanTestBase.h.
| std::optional<TenthBips32> xrpl::test::LoanTestBase::LoanParameters::overFee = std::nullopt |
Definition at line 199 of file LoanTestBase.h.
| std::optional<TenthBips32> xrpl::test::LoanTestBase::LoanParameters::interest = std::nullopt |
Definition at line 200 of file LoanTestBase.h.
| std::optional<TenthBips32> xrpl::test::LoanTestBase::LoanParameters::lateInterest = std::nullopt |
Definition at line 201 of file LoanTestBase.h.
| std::optional<TenthBips32> xrpl::test::LoanTestBase::LoanParameters::closeInterest = std::nullopt |
Definition at line 202 of file LoanTestBase.h.
| std::optional<TenthBips32> xrpl::test::LoanTestBase::LoanParameters::overpaymentInterest = std::nullopt |
Definition at line 203 of file LoanTestBase.h.
| std::optional<std::uint32_t> xrpl::test::LoanTestBase::LoanParameters::payTotal = std::nullopt |
Definition at line 204 of file LoanTestBase.h.
| std::optional<std::uint32_t> xrpl::test::LoanTestBase::LoanParameters::payInterval = std::nullopt |
Definition at line 205 of file LoanTestBase.h.
| std::optional<std::uint32_t> xrpl::test::LoanTestBase::LoanParameters::gracePd = std::nullopt |
Definition at line 206 of file LoanTestBase.h.
| std::optional<std::uint32_t> xrpl::test::LoanTestBase::LoanParameters::flags = std::nullopt |
Definition at line 207 of file LoanTestBase.h.