xrpld
Loading...
Searching...
No Matches
xrpl::test::jtx::TestAMMArg Struct Reference

#include <AMMTest.h>

Collaboration diagram for xrpl::test::jtx::TestAMMArg:

Public Attributes

std::optional< std::pair< STAmount, STAmount > > pool = std::nullopt
std::uint16_t tfee = 0
std::optional< jtx::Terter = std::nullopt
std::vector< FeatureBitsetfeatures
bool noLog = false

Detailed Description

Definition at line 16 of file AMMTest.h.

Member Data Documentation

◆ pool

std::optional<std::pair<STAmount, STAmount> > xrpl::test::jtx::TestAMMArg::pool = std::nullopt

Definition at line 18 of file AMMTest.h.

◆ tfee

std::uint16_t xrpl::test::jtx::TestAMMArg::tfee = 0

Definition at line 19 of file AMMTest.h.

◆ ter

std::optional<jtx::Ter> xrpl::test::jtx::TestAMMArg::ter = std::nullopt

Definition at line 20 of file AMMTest.h.

◆ features

std::vector<FeatureBitset> xrpl::test::jtx::TestAMMArg::features
Initial value:
= {
jtx::testableAmendments() - featureSingleAssetVault - featureLendingProtocol}
FeatureBitset testableAmendments()
Definition Env.h:76

Definition at line 21 of file AMMTest.h.

◆ noLog

bool xrpl::test::jtx::TestAMMArg::noLog = false

Definition at line 26 of file AMMTest.h.