|
xrpld
|

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 218 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 247 of file Loan_test.cpp.
| jtx::Account xrpl::test::Loan_test::LoanParameters::account |
Definition at line 221 of file Loan_test.cpp.
| jtx::Account xrpl::test::Loan_test::LoanParameters::counter |
Definition at line 223 of file Loan_test.cpp.
| bool xrpl::test::Loan_test::LoanParameters::counterpartyExplicit = true |
Definition at line 226 of file Loan_test.cpp.
| Number xrpl::test::Loan_test::LoanParameters::principalRequest |
Definition at line 227 of file Loan_test.cpp.
| std::optional<STAmount> xrpl::test::Loan_test::LoanParameters::setFee = std::nullopt |
Definition at line 229 of file Loan_test.cpp.
| std::optional<Number> xrpl::test::Loan_test::LoanParameters::originationFee = std::nullopt |
Definition at line 230 of file Loan_test.cpp.
| std::optional<Number> xrpl::test::Loan_test::LoanParameters::serviceFee = std::nullopt |
Definition at line 231 of file Loan_test.cpp.
| std::optional<Number> xrpl::test::Loan_test::LoanParameters::lateFee = std::nullopt |
Definition at line 232 of file Loan_test.cpp.
| std::optional<Number> xrpl::test::Loan_test::LoanParameters::closeFee = std::nullopt |
Definition at line 233 of file Loan_test.cpp.
| std::optional<TenthBips32> xrpl::test::Loan_test::LoanParameters::overFee = std::nullopt |
Definition at line 234 of file Loan_test.cpp.
| std::optional<TenthBips32> xrpl::test::Loan_test::LoanParameters::interest = std::nullopt |
Definition at line 235 of file Loan_test.cpp.
| std::optional<TenthBips32> xrpl::test::Loan_test::LoanParameters::lateInterest = std::nullopt |
Definition at line 236 of file Loan_test.cpp.
| std::optional<TenthBips32> xrpl::test::Loan_test::LoanParameters::closeInterest = std::nullopt |
Definition at line 237 of file Loan_test.cpp.
| std::optional<TenthBips32> xrpl::test::Loan_test::LoanParameters::overpaymentInterest = std::nullopt |
Definition at line 238 of file Loan_test.cpp.
| std::optional<std::uint32_t> xrpl::test::Loan_test::LoanParameters::payTotal = std::nullopt |
Definition at line 239 of file Loan_test.cpp.
| std::optional<std::uint32_t> xrpl::test::Loan_test::LoanParameters::payInterval = std::nullopt |
Definition at line 240 of file Loan_test.cpp.
| std::optional<std::uint32_t> xrpl::test::Loan_test::LoanParameters::gracePd = std::nullopt |
Definition at line 241 of file Loan_test.cpp.
| std::optional<std::uint32_t> xrpl::test::Loan_test::LoanParameters::flags = std::nullopt |
Definition at line 242 of file Loan_test.cpp.