|
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::loanBroker::set | ( | AccountID const & | account, |
| uint256 const & | vaultId, | ||
| uint32_t | flags ) |
Definition at line 731 of file TestHelpers.cpp.
| json::Value xrpl::test::jtx::loanBroker::del | ( | AccountID const & | account, |
| uint256 const & | brokerID, | ||
| uint32_t | flags ) |
Definition at line 742 of file TestHelpers.cpp.
| json::Value xrpl::test::jtx::loanBroker::coverDeposit | ( | AccountID const & | account, |
| uint256 const & | brokerID, | ||
| STAmount const & | amount, | ||
| uint32_t | flags ) |
Definition at line 753 of file TestHelpers.cpp.
| json::Value xrpl::test::jtx::loanBroker::coverWithdraw | ( | AccountID const & | account, |
| uint256 const & | brokerID, | ||
| STAmount const & | amount, | ||
| uint32_t | flags ) |
Definition at line 769 of file TestHelpers.cpp.
| json::Value xrpl::test::jtx::loanBroker::coverClawback | ( | AccountID const & | account, |
| std::uint32_t | flags ) |
Definition at line 785 of file TestHelpers.cpp.
| json::Value xrpl::test::jtx::loanBroker::set | ( | AccountID const & | account, |
| uint256 const & | vaultId, | ||
| std::uint32_t | flags = 0 ) |
| json::Value xrpl::test::jtx::loanBroker::del | ( | AccountID const & | account, |
| uint256 const & | brokerID, | ||
| std::uint32_t | flags = 0 ) |
| json::Value xrpl::test::jtx::loanBroker::coverDeposit | ( | AccountID const & | account, |
| uint256 const & | brokerID, | ||
| STAmount const & | amount, | ||
| std::uint32_t | flags = 0 ) |
| json::Value xrpl::test::jtx::loanBroker::coverWithdraw | ( | AccountID const & | account, |
| uint256 const & | brokerID, | ||
| STAmount const & | amount, | ||
| std::uint32_t | flags = 0 ) |
| auto const xrpl::test::jtx::loanBroker::kLoanBrokerId = JTxFieldWrapper<UInt256Field>(sfLoanBrokerID) |
Definition at line 862 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loanBroker::kManagementFeeRate |
Definition at line 864 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loanBroker::kDebtMaximum = simpleField<SF_NUMBER>(sfDebtMaximum) |
Definition at line 867 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loanBroker::kCoverRateMinimum = valueUnitWrapper<SF_UINT32, unit::TenthBipsTag>(sfCoverRateMinimum) |
Definition at line 869 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loanBroker::kCoverRateLiquidation |
Definition at line 871 of file jtx/TestHelpers.h.
| auto const xrpl::test::jtx::loanBroker::kDestination = JTxFieldWrapper<AccountIdField>(sfDestination) |
Definition at line 874 of file jtx/TestHelpers.h.