|
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 72 of file src/test/jtx/AMM.h.
| std::optional<Account> xrpl::test::jtx::WithdrawArg::account = std::nullopt |
Definition at line 74 of file src/test/jtx/AMM.h.
| std::optional<LPToken> xrpl::test::jtx::WithdrawArg::tokens = std::nullopt |
Definition at line 75 of file src/test/jtx/AMM.h.
| std::optional<STAmount> xrpl::test::jtx::WithdrawArg::asset1Out = std::nullopt |
Definition at line 76 of file src/test/jtx/AMM.h.
| std::optional<STAmount> xrpl::test::jtx::WithdrawArg::asset2Out = std::nullopt |
Definition at line 77 of file src/test/jtx/AMM.h.
| std::optional<LPToken> xrpl::test::jtx::WithdrawArg::maxEP = std::nullopt |
Definition at line 78 of file src/test/jtx/AMM.h.
| std::optional<std::uint32_t> xrpl::test::jtx::WithdrawArg::flags = std::nullopt |
Definition at line 79 of file src/test/jtx/AMM.h.
| std::optional<std::pair<Asset, Asset> > xrpl::test::jtx::WithdrawArg::assets = std::nullopt |
Definition at line 80 of file src/test/jtx/AMM.h.
| std::optional<jtx::Seq> xrpl::test::jtx::WithdrawArg::seq = std::nullopt |
Definition at line 81 of file src/test/jtx/AMM.h.
| std::optional<Ter> xrpl::test::jtx::WithdrawArg::err = std::nullopt |
Definition at line 82 of file src/test/jtx/AMM.h.