|
xrpld
|
Functions | |
| json::Value | set (AccountID const &account, uint256 const &vaultId, uint32_t flags) |
| json::Value | del (AccountID const &account, uint256 const &brokerID, uint32_t flags) |
| json::Value | coverDeposit (AccountID const &account, uint256 const &brokerID, STAmount const &amount, uint32_t flags) |
| json::Value | coverWithdraw (AccountID const &account, uint256 const &brokerID, STAmount const &amount, uint32_t flags) |
| json::Value | coverClawback (AccountID const &account, std::uint32_t flags) |
| json::Value | set (AccountID const &account, uint256 const &vaultId, std::uint32_t flags=0) |
| json::Value | del (AccountID const &account, uint256 const &brokerID, std::uint32_t flags=0) |
| json::Value | coverDeposit (AccountID const &account, uint256 const &brokerID, STAmount const &amount, std::uint32_t flags=0) |
| json::Value | coverWithdraw (AccountID const &account, uint256 const &brokerID, STAmount const &amount, std::uint32_t flags=0) |
Variables | |
| auto const | kLoanBrokerId = JTxFieldWrapper<UInt256Field>(sfLoanBrokerID) |
| auto const | kManagementFeeRate |
| auto const | kDebtMaximum = simpleField<SF_NUMBER>(sfDebtMaximum) |
| auto const | kCoverRateMinimum = valueUnitWrapper<SF_UINT32, unit::TenthBipsTag>(sfCoverRateMinimum) |
| auto const | kCoverRateLiquidation |
| auto const | kDestination = JTxFieldWrapper<AccountIdField>(sfDestination) |
| json::Value xrpl::test::jtx::loan_broker::set | ( | AccountID const & | account, |
| uint256 const & | vaultId, | ||
| uint32_t | flags ) |
Definition at line 751 of file TestHelpers.cpp.
| json::Value xrpl::test::jtx::loan_broker::del | ( | AccountID const & | account, |
| uint256 const & | brokerID, | ||
| uint32_t | flags ) |
Definition at line 762 of file TestHelpers.cpp.
| json::Value xrpl::test::jtx::loan_broker::coverDeposit | ( | AccountID const & | account, |
| uint256 const & | brokerID, | ||
| STAmount const & | amount, | ||
| uint32_t | flags ) |
Definition at line 773 of file TestHelpers.cpp.
| json::Value xrpl::test::jtx::loan_broker::coverWithdraw | ( | AccountID const & | account, |
| uint256 const & | brokerID, | ||
| STAmount const & | amount, | ||
| uint32_t | flags ) |
Definition at line 789 of file TestHelpers.cpp.
| json::Value xrpl::test::jtx::loan_broker::coverClawback | ( | AccountID const & | account, |
| std::uint32_t | flags ) |
Definition at line 805 of file TestHelpers.cpp.
| json::Value xrpl::test::jtx::loan_broker::set | ( | AccountID const & | account, |
| uint256 const & | vaultId, | ||
| std::uint32_t | flags = 0 ) |
| json::Value xrpl::test::jtx::loan_broker::del | ( | AccountID const & | account, |
| uint256 const & | brokerID, | ||
| std::uint32_t | flags = 0 ) |
| json::Value xrpl::test::jtx::loan_broker::coverDeposit | ( | AccountID const & | account, |
| uint256 const & | brokerID, | ||
| STAmount const & | amount, | ||
| std::uint32_t | flags = 0 ) |
| json::Value xrpl::test::jtx::loan_broker::coverWithdraw | ( | AccountID const & | account, |
| uint256 const & | brokerID, | ||
| STAmount const & | amount, | ||
| std::uint32_t | flags = 0 ) |
| auto const xrpl::test::jtx::loan_broker::kLoanBrokerId = JTxFieldWrapper<UInt256Field>(sfLoanBrokerID) |
Definition at line 900 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loan_broker::kManagementFeeRate |
Definition at line 902 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loan_broker::kDebtMaximum = simpleField<SF_NUMBER>(sfDebtMaximum) |
Definition at line 905 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loan_broker::kCoverRateMinimum = valueUnitWrapper<SF_UINT32, unit::TenthBipsTag>(sfCoverRateMinimum) |
Definition at line 907 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loan_broker::kCoverRateLiquidation |
Definition at line 909 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loan_broker::kDestination = JTxFieldWrapper<AccountIdField>(sfDestination) |
Definition at line 912 of file jtx/TestHelpers.h.