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

Public Member Functions

 RippleCalcTestParams (json::Value const &jv)

Public Attributes

AccountID srcAccount
AccountID dstAccount
STAmount dstAmt
std::optional< STAmountsendMax
STPathSet paths

Detailed Description

Definition at line 49 of file TheoreticalQuality_test.cpp.

Constructor & Destructor Documentation

◆ RippleCalcTestParams()

xrpl::test::RippleCalcTestParams::RippleCalcTestParams ( json::Value const & jv)
explicit

Definition at line 59 of file TheoreticalQuality_test.cpp.

Member Data Documentation

◆ srcAccount

AccountID xrpl::test::RippleCalcTestParams::srcAccount

Definition at line 51 of file TheoreticalQuality_test.cpp.

◆ dstAccount

AccountID xrpl::test::RippleCalcTestParams::dstAccount

Definition at line 52 of file TheoreticalQuality_test.cpp.

◆ dstAmt

STAmount xrpl::test::RippleCalcTestParams::dstAmt

Definition at line 54 of file TheoreticalQuality_test.cpp.

◆ sendMax

std::optional<STAmount> xrpl::test::RippleCalcTestParams::sendMax

Definition at line 55 of file TheoreticalQuality_test.cpp.

◆ paths

STPathSet xrpl::test::RippleCalcTestParams::paths

Definition at line 57 of file TheoreticalQuality_test.cpp.