|
rippled
|

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::optional< Number > | originationFee {} |
| std::optional< Number > | serviceFee {} |
| std::optional< Number > | lateFee {} |
| std::optional< Number > | closeFee {} |
| std::optional< TenthBips32 > | overFee {} |
| std::optional< TenthBips32 > | interest {} |
| std::optional< TenthBips32 > | lateInterest {} |
| std::optional< TenthBips32 > | closeInterest {} |
| std::optional< TenthBips32 > | overpaymentInterest {} |
| std::optional< std::uint32_t > | payTotal {} |
| std::optional< std::uint32_t > | payInterval {} |
| std::optional< std::uint32_t > | gracePd {} |
| std::optional< std::uint32_t > | flags {} |
Definition at line 148 of file Loan_test.cpp.
| jtx::JTx ripple::test::Loan_test::LoanParameters::operator() | ( | jtx::Env & | env, |
| BrokerInfo const & | broker, | ||
| FN const &... | fN | ||
| ) | const |
Definition at line 175 of file Loan_test.cpp.
| jtx::Account ripple::test::Loan_test::LoanParameters::account |
Definition at line 151 of file Loan_test.cpp.
| jtx::Account ripple::test::Loan_test::LoanParameters::counter |
Definition at line 153 of file Loan_test.cpp.
| bool ripple::test::Loan_test::LoanParameters::counterpartyExplicit = true |
Definition at line 156 of file Loan_test.cpp.
| Number ripple::test::Loan_test::LoanParameters::principalRequest |
Definition at line 157 of file Loan_test.cpp.
| std::optional<STAmount> ripple::test::Loan_test::LoanParameters::setFee {} |
Definition at line 158 of file Loan_test.cpp.
| std::optional<Number> ripple::test::Loan_test::LoanParameters::originationFee {} |
Definition at line 159 of file Loan_test.cpp.
| std::optional<Number> ripple::test::Loan_test::LoanParameters::serviceFee {} |
Definition at line 160 of file Loan_test.cpp.
| std::optional<Number> ripple::test::Loan_test::LoanParameters::lateFee {} |
Definition at line 161 of file Loan_test.cpp.
| std::optional<Number> ripple::test::Loan_test::LoanParameters::closeFee {} |
Definition at line 162 of file Loan_test.cpp.
| std::optional<TenthBips32> ripple::test::Loan_test::LoanParameters::overFee {} |
Definition at line 163 of file Loan_test.cpp.
| std::optional<TenthBips32> ripple::test::Loan_test::LoanParameters::interest {} |
Definition at line 164 of file Loan_test.cpp.
| std::optional<TenthBips32> ripple::test::Loan_test::LoanParameters::lateInterest {} |
Definition at line 165 of file Loan_test.cpp.
| std::optional<TenthBips32> ripple::test::Loan_test::LoanParameters::closeInterest {} |
Definition at line 166 of file Loan_test.cpp.
| std::optional<TenthBips32> ripple::test::Loan_test::LoanParameters::overpaymentInterest {} |
Definition at line 167 of file Loan_test.cpp.
| std::optional<std::uint32_t> ripple::test::Loan_test::LoanParameters::payTotal {} |
Definition at line 168 of file Loan_test.cpp.
| std::optional<std::uint32_t> ripple::test::Loan_test::LoanParameters::payInterval {} |
Definition at line 169 of file Loan_test.cpp.
| std::optional<std::uint32_t> ripple::test::Loan_test::LoanParameters::gracePd {} |
Definition at line 170 of file Loan_test.cpp.
| std::optional<std::uint32_t> ripple::test::Loan_test::LoanParameters::flags {} |
Definition at line 171 of file Loan_test.cpp.