|
xrpld
|
Functions | |
| json::Value | set (AccountID const &account, uint256 const &loanBrokerID, Number principalRequested, std::uint32_t flags) |
| json::Value | manage (AccountID const &account, uint256 const &loanID, std::uint32_t flags) |
| json::Value | del (AccountID const &account, uint256 const &loanID, std::uint32_t flags) |
| json::Value | pay (AccountID const &account, uint256 const &loanID, STAmount const &amount, std::uint32_t flags) |
Variables | |
| auto const | kCounterparty = JTxFieldWrapper<AccountIdField>(sfCounterparty) |
| auto const | kLoanOriginationFee = simpleField<SF_NUMBER>(sfLoanOriginationFee) |
| auto const | kLoanServiceFee = simpleField<SF_NUMBER>(sfLoanServiceFee) |
| auto const | kLatePaymentFee = simpleField<SF_NUMBER>(sfLatePaymentFee) |
| auto const | kClosePaymentFee = simpleField<SF_NUMBER>(sfClosePaymentFee) |
| auto const | kOverpaymentFee = valueUnitWrapper<SF_UINT32, unit::TenthBipsTag>(sfOverpaymentFee) |
| auto const | kInterestRate = valueUnitWrapper<SF_UINT32, unit::TenthBipsTag>(sfInterestRate) |
| auto const | kLateInterestRate = valueUnitWrapper<SF_UINT32, unit::TenthBipsTag>(sfLateInterestRate) |
| auto const | kCloseInterestRate |
| auto const | kOverpaymentInterestRate |
| auto const | kPaymentTotal = simpleField<SF_UINT32>(sfPaymentTotal) |
| auto const | kPaymentInterval = simpleField<SF_UINT32>(sfPaymentInterval) |
| auto const | kGracePeriod = simpleField<SF_UINT32>(sfGracePeriod) |
| json::Value xrpl::test::jtx::loan::set | ( | AccountID const & | account, |
| uint256 const & | loanBrokerID, | ||
| Number | principalRequested, | ||
| std::uint32_t | flags ) |
Definition at line 821 of file TestHelpers.cpp.
| json::Value xrpl::test::jtx::loan::manage | ( | AccountID const & | account, |
| uint256 const & | loanID, | ||
| std::uint32_t | flags ) |
Definition at line 836 of file TestHelpers.cpp.
| json::Value xrpl::test::jtx::loan::del | ( | AccountID const & | account, |
| uint256 const & | loanID, | ||
| std::uint32_t | flags ) |
Definition at line 847 of file TestHelpers.cpp.
| json::Value xrpl::test::jtx::loan::pay | ( | AccountID const & | account, |
| uint256 const & | loanID, | ||
| STAmount const & | amount, | ||
| std::uint32_t | flags ) |
Definition at line 858 of file TestHelpers.cpp.
| auto const xrpl::test::jtx::loan::kCounterparty = JTxFieldWrapper<AccountIdField>(sfCounterparty) |
Definition at line 926 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loan::kLoanOriginationFee = simpleField<SF_NUMBER>(sfLoanOriginationFee) |
Definition at line 930 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loan::kLoanServiceFee = simpleField<SF_NUMBER>(sfLoanServiceFee) |
Definition at line 932 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loan::kLatePaymentFee = simpleField<SF_NUMBER>(sfLatePaymentFee) |
Definition at line 934 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loan::kClosePaymentFee = simpleField<SF_NUMBER>(sfClosePaymentFee) |
Definition at line 936 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loan::kOverpaymentFee = valueUnitWrapper<SF_UINT32, unit::TenthBipsTag>(sfOverpaymentFee) |
Definition at line 938 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loan::kInterestRate = valueUnitWrapper<SF_UINT32, unit::TenthBipsTag>(sfInterestRate) |
Definition at line 940 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loan::kLateInterestRate = valueUnitWrapper<SF_UINT32, unit::TenthBipsTag>(sfLateInterestRate) |
Definition at line 942 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loan::kCloseInterestRate |
Definition at line 944 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loan::kOverpaymentInterestRate |
Definition at line 947 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loan::kPaymentTotal = simpleField<SF_UINT32>(sfPaymentTotal) |
Definition at line 950 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loan::kPaymentInterval = simpleField<SF_UINT32>(sfPaymentInterval) |
Definition at line 952 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loan::kGracePeriod = simpleField<SF_UINT32>(sfGracePeriod) |
Definition at line 954 of file jtx/TestHelpers.h.