rippled
Loading...
Searching...
No Matches
xrpld
app
tx
detail
VaultWithdraw.h
1
#ifndef XRPL_TX_VAULTWITHDRAW_H_INCLUDED
2
#define XRPL_TX_VAULTWITHDRAW_H_INCLUDED
3
4
#include <xrpld/app/tx/detail/Transactor.h>
5
6
namespace
ripple
{
7
8
class
VaultWithdraw
:
public
Transactor
9
{
10
public
:
11
static
constexpr
ConsequencesFactoryType
ConsequencesFactory
{
Normal
};
12
13
explicit
VaultWithdraw
(
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 ripple
28
29
#endif
ripple::ApplyContext
State information when applying a tx.
Definition
ApplyContext.h:18
ripple::TERSubset
Definition
TER.h:396
ripple::Transactor
Definition
Transactor.h:122
ripple::Transactor::ConsequencesFactoryType
ConsequencesFactoryType
Definition
Transactor.h:138
ripple::Transactor::Normal
@ Normal
Definition
Transactor.h:138
ripple::VaultWithdraw
Definition
VaultWithdraw.h:9
ripple::VaultWithdraw::preclaim
static TER preclaim(PreclaimContext const &ctx)
Definition
VaultWithdraw.cpp:41
ripple::VaultWithdraw::preflight
static NotTEC preflight(PreflightContext const &ctx)
Definition
VaultWithdraw.cpp:15
ripple::VaultWithdraw::doApply
TER doApply() override
Definition
VaultWithdraw.cpp:131
ripple::VaultWithdraw::ConsequencesFactory
static constexpr ConsequencesFactoryType ConsequencesFactory
Definition
VaultWithdraw.h:11
ripple::VaultWithdraw::VaultWithdraw
VaultWithdraw(ApplyContext &ctx)
Definition
VaultWithdraw.h:13
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:6
ripple::PreclaimContext
State information when determining if a tx is likely to claim a fee.
Definition
Transactor.h:61
ripple::PreflightContext
State information when preflighting a tx.
Definition
Transactor.h:16
Generated by
1.9.8