rippled
Loading...
Searching...
No Matches
xrpld
app
tx
detail
CreateCheck.h
1
#ifndef XRPL_TX_CREATECHECK_H_INCLUDED
2
#define XRPL_TX_CREATECHECK_H_INCLUDED
3
4
#include <xrpld/app/tx/detail/Transactor.h>
5
6
namespace
xrpl
{
7
8
class
CreateCheck
:
public
Transactor
9
{
10
public
:
11
static
constexpr
ConsequencesFactoryType
ConsequencesFactory
{
Normal
};
12
13
explicit
CreateCheck
(
ApplyContext
& ctx) :
Transactor
(ctx)
14
{
15
}
16
17
static
NotTEC
18
preflight
(
PreflightContext
const
& ctx);
19
20
static
TER
21
preclaim
(
PreclaimContext
const
& ctx);
22
23
TER
24
doApply
()
override
;
25
};
26
27
using
CheckCreate
=
CreateCheck
;
28
29
}
// namespace xrpl
30
31
#endif
xrpl::ApplyContext
State information when applying a tx.
Definition
ApplyContext.h:18
xrpl::CreateCheck
Definition
CreateCheck.h:9
xrpl::CreateCheck::doApply
TER doApply() override
Definition
CreateCheck.cpp:138
xrpl::CreateCheck::preflight
static NotTEC preflight(PreflightContext const &ctx)
Definition
CreateCheck.cpp:13
xrpl::CreateCheck::preclaim
static TER preclaim(PreclaimContext const &ctx)
Definition
CreateCheck.cpp:51
xrpl::CreateCheck::ConsequencesFactory
static constexpr ConsequencesFactoryType ConsequencesFactory
Definition
CreateCheck.h:11
xrpl::CreateCheck::CreateCheck
CreateCheck(ApplyContext &ctx)
Definition
CreateCheck.h:13
xrpl::TERSubset
Definition
TER.h:396
xrpl::Transactor
Definition
Transactor.h:122
xrpl::Transactor::ConsequencesFactoryType
ConsequencesFactoryType
Definition
Transactor.h:138
xrpl::Transactor::Normal
@ Normal
Definition
Transactor.h:138
xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:6
xrpl::PreclaimContext
State information when determining if a tx is likely to claim a fee.
Definition
Transactor.h:61
xrpl::PreflightContext
State information when preflighting a tx.
Definition
Transactor.h:16
Generated by
1.9.8