rippled
Loading...
Searching...
No Matches
LoanBrokerSet.h
1#pragma once
2
3#include <xrpld/app/tx/detail/Transactor.h>
4
5namespace xrpl {
6
8{
9public:
11
13 {
14 }
15
16 static bool
18
19 static NotTEC
20 preflight(PreflightContext const& ctx);
21
24
25 static TER
26 preclaim(PreclaimContext const& ctx);
27
28 TER
29 doApply() override;
30};
31
32//------------------------------------------------------------------------------
33
34} // namespace xrpl
State information when applying a tx.
static constexpr ConsequencesFactoryType ConsequencesFactory
static NotTEC preflight(PreflightContext const &ctx)
static TER preclaim(PreclaimContext const &ctx)
LoanBrokerSet(ApplyContext &ctx)
static std::vector< OptionaledField< STNumber > > const & getValueFields()
TER doApply() override
static bool checkExtraFeatures(PreflightContext const &ctx)
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
State information when determining if a tx is likely to claim a fee.
Definition Transactor.h:53
State information when preflighting a tx.
Definition Transactor.h:15