rippled
Loading...
Searching...
No Matches
PermissionedDomainDelete.h
1#ifndef XRPL_TX_PERMISSIONEDDOMAINDELETE_H_INCLUDED
2#define XRPL_TX_PERMISSIONEDDOMAINDELETE_H_INCLUDED
3
4#include <xrpld/app/tx/detail/Transactor.h>
5
6namespace ripple {
7
9{
10public:
12
14 {
15 }
16
17 static NotTEC
18 preflight(PreflightContext const& ctx);
19
20 static TER
21 preclaim(PreclaimContext const& ctx);
22
24 TER
25 doApply() override;
26};
27
28} // namespace ripple
29
30#endif
State information when applying a tx.
TER doApply() override
Attempt to delete the Permissioned Domain.
static TER preclaim(PreclaimContext const &ctx)
static constexpr ConsequencesFactoryType ConsequencesFactory
static NotTEC preflight(PreflightContext const &ctx)
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
State information when determining if a tx is likely to claim a fee.
Definition Transactor.h:61
State information when preflighting a tx.
Definition Transactor.h:16