rippled
Loading...
Searching...
No Matches
xrpld
app
tx
detail
CreateCheck.h
1
#pragma once
2
3
#include <xrpld/app/tx/detail/Transactor.h>
4
5
namespace
xrpl
{
6
7
class
CreateCheck
:
public
Transactor
8
{
9
public
:
10
static
constexpr
ConsequencesFactoryType
ConsequencesFactory
{
Normal
};
11
12
explicit
CreateCheck
(
ApplyContext
& ctx) :
Transactor
(ctx)
13
{
14
}
15
16
static
NotTEC
17
preflight
(
PreflightContext
const
& ctx);
18
19
static
TER
20
preclaim
(
PreclaimContext
const
& ctx);
21
22
TER
23
doApply
()
override
;
24
};
25
26
using
CheckCreate
=
CreateCheck
;
27
28
}
// namespace xrpl
xrpl::ApplyContext
State information when applying a tx.
Definition
ApplyContext.h:17
xrpl::CreateCheck
Definition
CreateCheck.h:8
xrpl::CreateCheck::doApply
TER doApply() override
Definition
CreateCheck.cpp:129
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:50
xrpl::CreateCheck::ConsequencesFactory
static constexpr ConsequencesFactoryType ConsequencesFactory
Definition
CreateCheck.h:10
xrpl::CreateCheck::CreateCheck
CreateCheck(ApplyContext &ctx)
Definition
CreateCheck.h:12
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
Generated by
1.9.8