|
xrpld
|
#include <LoanTestBase.h>

Public Member Functions | |
| BrokerInfo (jtx::PrettyAsset const &asset, Keylet const &brokerKeylet, Keylet const &vaultKeylet, BrokerParameters p, std::optional< std::uint32_t > subscriptionDate=std::nullopt, std::optional< std::uint32_t > redemptionDate=std::nullopt) | |
| Keylet | brokerKeylet () const |
| Keylet | vaultKeylet () const |
| int | vaultScale (jtx::Env const &env) const |
Public Attributes | |
| jtx::PrettyAsset | asset |
| uint256 | brokerID |
| uint256 | vaultID |
| BrokerParameters | params |
| std::optional< std::uint32_t > | subscriptionDate |
| std::optional< std::uint32_t > | redemptionDate |
Definition at line 136 of file LoanTestBase.h.
| xrpl::test::LoanTestBase::BrokerInfo::BrokerInfo | ( | jtx::PrettyAsset const & | asset, |
| Keylet const & | brokerKeylet, | ||
| Keylet const & | vaultKeylet, | ||
| BrokerParameters | p, | ||
| std::optional< std::uint32_t > | subscriptionDate = std::nullopt, | ||
| std::optional< std::uint32_t > | redemptionDate = std::nullopt ) |
Definition at line 146 of file LoanTestBase.h.
|
nodiscard |
Definition at line 163 of file LoanTestBase.h.
|
nodiscard |
Definition at line 168 of file LoanTestBase.h.
|
nodiscard |
Definition at line 174 of file LoanTestBase.h.
| jtx::PrettyAsset xrpl::test::LoanTestBase::BrokerInfo::asset |
Definition at line 138 of file LoanTestBase.h.
| uint256 xrpl::test::LoanTestBase::BrokerInfo::brokerID |
Definition at line 139 of file LoanTestBase.h.
| uint256 xrpl::test::LoanTestBase::BrokerInfo::vaultID |
Definition at line 140 of file LoanTestBase.h.
| BrokerParameters xrpl::test::LoanTestBase::BrokerInfo::params |
Definition at line 141 of file LoanTestBase.h.
| std::optional<std::uint32_t> xrpl::test::LoanTestBase::BrokerInfo::subscriptionDate |
Definition at line 144 of file LoanTestBase.h.
| std::optional<std::uint32_t> xrpl::test::LoanTestBase::BrokerInfo::redemptionDate |
Definition at line 145 of file LoanTestBase.h.