rippled
Loading...
Searching...
No Matches
xrpl::AMMWithdraw Member List

This is the complete list of members for xrpl::AMMWithdraw, including all inherited members.

account_xrpl::Transactorprotected
AMMWithdraw(ApplyContext &ctx)xrpl::AMMWithdrawexplicit
apply()xrpl::Transactorprotected
applyGuts(Sandbox &view)xrpl::AMMWithdrawprivate
Blocker enum valuexrpl::Transactor
calculateBaseFee(ReadView const &view, STTx const &tx)xrpl::Transactorstatic
calculateOwnerReserveFee(ReadView const &view, STTx const &tx)xrpl::Transactorprotectedstatic
checkBatchSign(PreclaimContext const &ctx)xrpl::Transactorstatic
checkExtraFeatures(PreflightContext const &ctx)xrpl::AMMWithdrawstatic
checkFee(PreclaimContext const &ctx, XRPAmount baseFee)xrpl::Transactorstatic
checkMultiSign(ReadView const &view, ApplyFlags flags, AccountID const &id, STObject const &sigObject, beast::Journal const j)xrpl::Transactorprivatestatic
checkPermission(ReadView const &view, STTx const &tx)xrpl::Transactorstatic
checkPriorTxAndLastLedger(PreclaimContext const &ctx)xrpl::Transactorstatic
checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j)xrpl::Transactorstatic
checkSign(PreclaimContext const &ctx)xrpl::Transactorstatic
checkSign(ReadView const &view, ApplyFlags flags, std::optional< uint256 const > const &parentBatchId, AccountID const &idAccount, STObject const &sigObject, beast::Journal const j)xrpl::Transactorprotectedstatic
checkSingleSign(ReadView const &view, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, beast::Journal const j)xrpl::Transactorprivatestatic
ConsequencesFactoryxrpl::AMMWithdrawstatic
ConsequencesFactoryType enum namexrpl::Transactor
consumeSeqProxy(SLE::pointer const &sleAccount)xrpl::Transactorprivate
ctx_xrpl::Transactorprotected
Custom enum valuexrpl::Transactor
deleteAMMAccountIfEmpty(Sandbox &sb, std::shared_ptr< SLE > const ammSle, STAmount const &lpTokenBalance, Issue const &issue1, Issue const &issue2, beast::Journal const &journal)xrpl::AMMWithdrawstatic
doApply() overridexrpl::AMMWithdrawvirtual
equalWithdrawLimit(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amount2Balance, STAmount const &lptAMMBalance, STAmount const &amount, STAmount const &amount2, std::uint16_t tfee)xrpl::AMMWithdrawprivate
equalWithdrawTokens(Sandbox &view, SLE const &ammSle, AccountID const account, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amount2Balance, STAmount const &lptAMMBalance, STAmount const &lpTokens, STAmount const &lpTokensWithdraw, std::uint16_t tfee, FreezeHandling freezeHanding, WithdrawAll withdrawAll, XRPAmount const &priorBalance, beast::Journal const &journal)xrpl::AMMWithdrawstatic
equalWithdrawTokens(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amount2Balance, STAmount const &lptAMMBalance, STAmount const &lpTokens, STAmount const &lpTokensWithdraw, std::uint16_t tfee)xrpl::AMMWithdrawprivate
getFlagsMask(PreflightContext const &ctx)xrpl::AMMWithdrawstatic
invokePreflight(PreflightContext const &ctx)xrpl::Transactorstatic
invokePreflight(PreflightContext const &ctx)xrpl::Transactorstatic
invokePreflight(PreflightContext const &ctx)xrpl::Transactorstatic
isWithdrawAll(STTx const &tx)xrpl::AMMWithdrawprivatestatic
j_xrpl::Transactorprotected
minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags)xrpl::Transactorprotectedstatic
mPriorBalancexrpl::Transactorprotected
mSourceBalancexrpl::Transactorprotected
Normal enum valuexrpl::Transactor
operator()()xrpl::Transactor
operator=(Transactor const &)=deletexrpl::Transactorprotected
payFee()xrpl::Transactorprivate
preclaim(PreclaimContext const &ctx)xrpl::AMMWithdrawstatic
preCompute()xrpl::Transactorprotectedvirtual
preflight(PreflightContext const &ctx)xrpl::AMMWithdrawstatic
preflight1(PreflightContext const &ctx, std::uint32_t flagMask)xrpl::Transactorprivatestatic
preflight2(PreflightContext const &ctx)xrpl::Transactorprivatestatic
preflightSigValidated(PreflightContext const &ctx)xrpl::Transactorprotectedstatic
reset(XRPAmount fee)xrpl::Transactorprivate
singleWithdraw(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &lptAMMBalance, STAmount const &amount, std::uint16_t tfee)xrpl::AMMWithdrawprivate
singleWithdrawEPrice(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &lptAMMBalance, STAmount const &amount, STAmount const &ePrice, std::uint16_t tfee)xrpl::AMMWithdrawprivate
singleWithdrawTokens(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &lptAMMBalance, STAmount const &amount, STAmount const &lpTokensWithdraw, std::uint16_t tfee)xrpl::AMMWithdrawprivate
sink_xrpl::Transactorprotected
ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j)xrpl::Transactorstatic
Transactor(Transactor const &)=deletexrpl::Transactorprotected
Transactor(ApplyContext &ctx)xrpl::Transactorexplicitprotected
trapTransaction(uint256) constxrpl::Transactorprivate
validDataLength(std::optional< Slice > const &slice, std::size_t maxLength)xrpl::Transactorprotectedstatic
validNumericMinimum(std::optional< T > value, T min=T{})xrpl::Transactorprotectedstatic
validNumericMinimum(std::optional< T > value, unit::ValueUnit< Unit, T > min=unit::ValueUnit< Unit, T >{})xrpl::Transactorprotectedstatic
validNumericRange(std::optional< T > value, T max, T min=T{})xrpl::Transactorprotectedstatic
validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min=unit::ValueUnit< Unit, T >{})xrpl::Transactorprotectedstatic
view()xrpl::Transactor
view() constxrpl::Transactor
withdraw(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, AccountID const &account, STAmount const &amountBalance, STAmount const &amountWithdraw, std::optional< STAmount > const &amount2Withdraw, STAmount const &lpTokensAMMBalance, STAmount const &lpTokensWithdraw, std::uint16_t tfee, FreezeHandling freezeHandling, WithdrawAll withdrawAll, XRPAmount const &priorBalance, beast::Journal const &journal)xrpl::AMMWithdrawstatic
withdraw(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amountWithdraw, std::optional< STAmount > const &amount2Withdraw, STAmount const &lpTokensAMMBalance, STAmount const &lpTokensWithdraw, std::uint16_t tfee)xrpl::AMMWithdrawprivate
~Transactor()=defaultxrpl::Transactorprotectedvirtual