rippled
Loading...
Searching...
No Matches
include
xrpl
tx
transactors
vault
tx/transactors/vault/VaultSet.h
1
#pragma once
2
3
#include <xrpl/tx/Transactor.h>
4
5
namespace
xrpl
{
6
7
class
VaultSet
:
public
Transactor
8
{
9
public
:
10
static
constexpr
ConsequencesFactoryType
ConsequencesFactory
{
Normal
};
11
12
explicit
VaultSet
(
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
TER
23
preclaim
(
PreclaimContext
const
& ctx);
24
25
TER
26
doApply
()
override
;
27
};
28
29
}
// namespace xrpl
xrpl::ApplyContext
State information when applying a tx.
Definition
ApplyContext.h:15
xrpl::TERSubset
Definition
TER.h:395
xrpl::Transactor
Definition
Transactor.h:110
xrpl::Transactor::ConsequencesFactoryType
ConsequencesFactoryType
Definition
Transactor.h:126
xrpl::Transactor::Normal
@ Normal
Definition
Transactor.h:126
xrpl::VaultSet
Definition
tx/transactors/vault/VaultSet.h:8
xrpl::VaultSet::VaultSet
VaultSet(ApplyContext &ctx)
Definition
tx/transactors/vault/VaultSet.h:12
xrpl::VaultSet::checkExtraFeatures
static bool checkExtraFeatures(PreflightContext const &ctx)
Definition
VaultSet.cpp:15
xrpl::VaultSet::preclaim
static TER preclaim(PreclaimContext const &ctx)
Definition
VaultSet.cpp:58
xrpl::VaultSet::ConsequencesFactory
static constexpr ConsequencesFactoryType ConsequencesFactory
Definition
tx/transactors/vault/VaultSet.h:10
xrpl::VaultSet::doApply
TER doApply() override
Definition
VaultSet.cpp:111
xrpl::VaultSet::preflight
static NotTEC preflight(PreflightContext const &ctx)
Definition
VaultSet.cpp:21
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:57
xrpl::PreflightContext
State information when preflighting a tx.
Definition
Transactor.h:14
Generated by
1.9.8