rippled
Loading...
Searching...
No Matches
xrpld
app
tx
detail
VaultDeposit.h
1
#ifndef XRPL_TX_VAULTDEPOSIT_H_INCLUDED
2
#define XRPL_TX_VAULTDEPOSIT_H_INCLUDED
3
4
#include <xrpld/app/tx/detail/Transactor.h>
5
6
namespace
xrpl
{
7
8
class
VaultDeposit
:
public
Transactor
9
{
10
public
:
11
static
constexpr
ConsequencesFactoryType
ConsequencesFactory
{
Normal
};
12
13
explicit
VaultDeposit
(
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
}
// namespace xrpl
28
29
#endif
xrpl::ApplyContext
State information when applying a tx.
Definition
ApplyContext.h:18
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::VaultDeposit
Definition
VaultDeposit.h:9
xrpl::VaultDeposit::ConsequencesFactory
static constexpr ConsequencesFactoryType ConsequencesFactory
Definition
VaultDeposit.h:11
xrpl::VaultDeposit::doApply
TER doApply() override
Definition
VaultDeposit.cpp:134
xrpl::VaultDeposit::preclaim
static TER preclaim(PreclaimContext const &ctx)
Definition
VaultDeposit.cpp:33
xrpl::VaultDeposit::VaultDeposit
VaultDeposit(ApplyContext &ctx)
Definition
VaultDeposit.h:13
xrpl::VaultDeposit::preflight
static NotTEC preflight(PreflightContext const &ctx)
Definition
VaultDeposit.cpp:18
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