|
rippled
|

Public Member Functions | |
| template<class... FN> | |
| jtx::JTx | operator() (jtx::Env &env, BrokerInfo const &broker, FN const &... fN) const |
Definition at line 143 of file Loan_test.cpp.
| jtx::JTx xrpl::test::Loan_test::LoanParameters::operator() | ( | jtx::Env & | env, |
| BrokerInfo const & | broker, | ||
| FN const &... | fN | ||
| ) | const |
Definition at line 172 of file Loan_test.cpp.
| jtx::Account xrpl::test::Loan_test::LoanParameters::account |
Definition at line 146 of file Loan_test.cpp.
| jtx::Account xrpl::test::Loan_test::LoanParameters::counter |
Definition at line 148 of file Loan_test.cpp.
| bool xrpl::test::Loan_test::LoanParameters::counterpartyExplicit = true |
Definition at line 151 of file Loan_test.cpp.
| Number xrpl::test::Loan_test::LoanParameters::principalRequest |
Definition at line 152 of file Loan_test.cpp.
| std::optional<STAmount> xrpl::test::Loan_test::LoanParameters::setFee = std::nullopt |
Definition at line 154 of file Loan_test.cpp.
| std::optional<Number> xrpl::test::Loan_test::LoanParameters::originationFee = std::nullopt |
Definition at line 155 of file Loan_test.cpp.
| std::optional<Number> xrpl::test::Loan_test::LoanParameters::serviceFee = std::nullopt |
Definition at line 156 of file Loan_test.cpp.
| std::optional<Number> xrpl::test::Loan_test::LoanParameters::lateFee = std::nullopt |
Definition at line 157 of file Loan_test.cpp.
| std::optional<Number> xrpl::test::Loan_test::LoanParameters::closeFee = std::nullopt |
Definition at line 158 of file Loan_test.cpp.
| std::optional<TenthBips32> xrpl::test::Loan_test::LoanParameters::overFee = std::nullopt |
Definition at line 159 of file Loan_test.cpp.
| std::optional<TenthBips32> xrpl::test::Loan_test::LoanParameters::interest = std::nullopt |
Definition at line 160 of file Loan_test.cpp.
| std::optional<TenthBips32> xrpl::test::Loan_test::LoanParameters::lateInterest = std::nullopt |
Definition at line 161 of file Loan_test.cpp.
| std::optional<TenthBips32> xrpl::test::Loan_test::LoanParameters::closeInterest = std::nullopt |
Definition at line 162 of file Loan_test.cpp.
| std::optional<TenthBips32> xrpl::test::Loan_test::LoanParameters::overpaymentInterest = std::nullopt |
Definition at line 163 of file Loan_test.cpp.
| std::optional<std::uint32_t> xrpl::test::Loan_test::LoanParameters::payTotal = std::nullopt |
Definition at line 164 of file Loan_test.cpp.
| std::optional<std::uint32_t> xrpl::test::Loan_test::LoanParameters::payInterval = std::nullopt |
Definition at line 165 of file Loan_test.cpp.
| std::optional<std::uint32_t> xrpl::test::Loan_test::LoanParameters::gracePd = std::nullopt |
Definition at line 166 of file Loan_test.cpp.
| std::optional<std::uint32_t> xrpl::test::Loan_test::LoanParameters::flags = std::nullopt |
Definition at line 167 of file Loan_test.cpp.