xrpld
Loading...
Searching...
No Matches
xrpl::test::Loan_test::BrokerInfo Struct Reference
Collaboration diagram for xrpl::test::Loan_test::BrokerInfo:

Public Member Functions

 BrokerInfo (jtx::PrettyAsset const &asset, Keylet const &brokerKeylet, Keylet const &vaultKeylet, BrokerParameters p)
Keylet brokerKeylet () const
Keylet vaultKeylet () const
int vaultScale (jtx::Env const &env) const

Public Attributes

jtx::PrettyAsset asset
uint256 brokerID
uint256 vaultID
BrokerParameters params

Detailed Description

Definition at line 179 of file Loan_test.cpp.

Constructor & Destructor Documentation

◆ BrokerInfo()

xrpl::test::Loan_test::BrokerInfo::BrokerInfo ( jtx::PrettyAsset const & asset,
Keylet const & brokerKeylet,
Keylet const & vaultKeylet,
BrokerParameters p )

Definition at line 185 of file Loan_test.cpp.

Member Function Documentation

◆ brokerKeylet()

Keylet xrpl::test::Loan_test::BrokerInfo::brokerKeylet ( ) const
nodiscard

Definition at line 198 of file Loan_test.cpp.

◆ vaultKeylet()

Keylet xrpl::test::Loan_test::BrokerInfo::vaultKeylet ( ) const
nodiscard

Definition at line 203 of file Loan_test.cpp.

◆ vaultScale()

int xrpl::test::Loan_test::BrokerInfo::vaultScale ( jtx::Env const & env) const
nodiscard

Definition at line 209 of file Loan_test.cpp.

Member Data Documentation

◆ asset

jtx::PrettyAsset xrpl::test::Loan_test::BrokerInfo::asset

Definition at line 181 of file Loan_test.cpp.

◆ brokerID

uint256 xrpl::test::Loan_test::BrokerInfo::brokerID

Definition at line 182 of file Loan_test.cpp.

◆ vaultID

uint256 xrpl::test::Loan_test::BrokerInfo::vaultID

Definition at line 183 of file Loan_test.cpp.

◆ params

BrokerParameters xrpl::test::Loan_test::BrokerInfo::params

Definition at line 184 of file Loan_test.cpp.