rippled
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ripple::test::Loan_test::BrokerInfo Struct Reference
Collaboration diagram for ripple::test::Loan_test::BrokerInfo:
Collaboration graph
[legend]

Public Member Functions

 BrokerInfo (jtx::PrettyAsset const &asset_, Keylet const &brokerKeylet_, Keylet const &vaultKeylet_, BrokerParameters const &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 109 of file Loan_test.cpp.

Constructor & Destructor Documentation

◆ BrokerInfo()

ripple::test::Loan_test::BrokerInfo::BrokerInfo ( jtx::PrettyAsset const &  asset_,
Keylet const &  brokerKeylet_,
Keylet const &  vaultKeylet_,
BrokerParameters const &  p 
)

Definition at line 115 of file Loan_test.cpp.

Member Function Documentation

◆ brokerKeylet()

Keylet ripple::test::Loan_test::BrokerInfo::brokerKeylet ( ) const

Definition at line 128 of file Loan_test.cpp.

◆ vaultKeylet()

Keylet ripple::test::Loan_test::BrokerInfo::vaultKeylet ( ) const

Definition at line 133 of file Loan_test.cpp.

◆ vaultScale()

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

Definition at line 139 of file Loan_test.cpp.

Member Data Documentation

◆ asset

jtx::PrettyAsset ripple::test::Loan_test::BrokerInfo::asset

Definition at line 111 of file Loan_test.cpp.

◆ brokerID

uint256 ripple::test::Loan_test::BrokerInfo::brokerID

Definition at line 112 of file Loan_test.cpp.

◆ vaultID

uint256 ripple::test::Loan_test::BrokerInfo::vaultID

Definition at line 113 of file Loan_test.cpp.

◆ params

BrokerParameters ripple::test::Loan_test::BrokerInfo::params

Definition at line 114 of file Loan_test.cpp.