|
xrpld
|
#include <AMM.h>

Public Attributes | |
| std::optional< Account > | account = std::nullopt |
| std::optional< LPToken > | tokens = std::nullopt |
| std::optional< STAmount > | asset1Out = std::nullopt |
| std::optional< STAmount > | asset2Out = std::nullopt |
| std::optional< LPToken > | maxEP = std::nullopt |
| std::optional< std::uint32_t > | flags = std::nullopt |
| std::optional< std::pair< Asset, Asset > > | assets = std::nullopt |
| std::optional< jtx::Seq > | seq = std::nullopt |
| std::optional< Ter > | err = std::nullopt |
Definition at line 91 of file src/test/jtx/AMM.h.
| std::optional<Account> xrpl::test::jtx::WithdrawArg::account = std::nullopt |
Definition at line 93 of file src/test/jtx/AMM.h.
| std::optional<LPToken> xrpl::test::jtx::WithdrawArg::tokens = std::nullopt |
Definition at line 94 of file src/test/jtx/AMM.h.
| std::optional<STAmount> xrpl::test::jtx::WithdrawArg::asset1Out = std::nullopt |
Definition at line 95 of file src/test/jtx/AMM.h.
| std::optional<STAmount> xrpl::test::jtx::WithdrawArg::asset2Out = std::nullopt |
Definition at line 96 of file src/test/jtx/AMM.h.
| std::optional<LPToken> xrpl::test::jtx::WithdrawArg::maxEP = std::nullopt |
Definition at line 97 of file src/test/jtx/AMM.h.
| std::optional<std::uint32_t> xrpl::test::jtx::WithdrawArg::flags = std::nullopt |
Definition at line 98 of file src/test/jtx/AMM.h.
| std::optional<std::pair<Asset, Asset> > xrpl::test::jtx::WithdrawArg::assets = std::nullopt |
Definition at line 99 of file src/test/jtx/AMM.h.
| std::optional<jtx::Seq> xrpl::test::jtx::WithdrawArg::seq = std::nullopt |
Definition at line 100 of file src/test/jtx/AMM.h.
| std::optional<Ter> xrpl::test::jtx::WithdrawArg::err = std::nullopt |
Definition at line 101 of file src/test/jtx/AMM.h.