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

#include <AMMTest.h>

Collaboration diagram for xrpl::test::jtx::TestAMMArgs:

Public Attributes

std::optional< std::pair< STAmount, STAmount > > const & pool = std::nullopt
std::uint16_t tfee = 0
std::optional< jtx::Ter > const & ter = std::nullopt
std::vector< FeatureBitset > const & features = {testableAmendments()}

Detailed Description

Definition at line 61 of file AMMTest.h.

Member Data Documentation

◆ pool

std::optional<std::pair<STAmount, STAmount> > const& xrpl::test::jtx::TestAMMArgs::pool = std::nullopt

Definition at line 63 of file AMMTest.h.

◆ tfee

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

Definition at line 64 of file AMMTest.h.

◆ ter

std::optional<jtx::Ter> const& xrpl::test::jtx::TestAMMArgs::ter = std::nullopt

Definition at line 65 of file AMMTest.h.

◆ features

std::vector<FeatureBitset> const& xrpl::test::jtx::TestAMMArgs::features = {testableAmendments()}

Definition at line 66 of file AMMTest.h.