rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
ripple::test::jtx::WithdrawArg Struct Reference

#include <AMM.h>

Collaboration diagram for ripple::test::jtx::WithdrawArg:
Collaboration graph
[legend]

Public Attributes

std::optional< Accountaccount = std::nullopt
 
std::optional< LPTokentokens = std::nullopt
 
std::optional< STAmountasset1Out = std::nullopt
 
std::optional< STAmountasset2Out = std::nullopt
 
std::optional< IOUAmountmaxEP = std::nullopt
 
std::optional< std::uint32_tflags = std::nullopt
 
std::optional< std::pair< Issue, Issue > > assets = std::nullopt
 
std::optional< jtx::seqseq = std::nullopt
 
std::optional< tererr = std::nullopt
 

Detailed Description

Definition at line 69 of file AMM.h.

Member Data Documentation

◆ account

std::optional<Account> ripple::test::jtx::WithdrawArg::account = std::nullopt

Definition at line 71 of file AMM.h.

◆ tokens

std::optional<LPToken> ripple::test::jtx::WithdrawArg::tokens = std::nullopt

Definition at line 72 of file AMM.h.

◆ asset1Out

std::optional<STAmount> ripple::test::jtx::WithdrawArg::asset1Out = std::nullopt

Definition at line 73 of file AMM.h.

◆ asset2Out

std::optional<STAmount> ripple::test::jtx::WithdrawArg::asset2Out = std::nullopt

Definition at line 74 of file AMM.h.

◆ maxEP

std::optional<IOUAmount> ripple::test::jtx::WithdrawArg::maxEP = std::nullopt

Definition at line 75 of file AMM.h.

◆ flags

std::optional<std::uint32_t> ripple::test::jtx::WithdrawArg::flags = std::nullopt

Definition at line 76 of file AMM.h.

◆ assets

std::optional<std::pair<Issue, Issue> > ripple::test::jtx::WithdrawArg::assets = std::nullopt

Definition at line 77 of file AMM.h.

◆ seq

std::optional<jtx::seq> ripple::test::jtx::WithdrawArg::seq = std::nullopt

Definition at line 78 of file AMM.h.

◆ err

std::optional<ter> ripple::test::jtx::WithdrawArg::err = std::nullopt

Definition at line 79 of file AMM.h.