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