rippled
Loading...
Searching...
No Matches
SetRegularKey.h
1#pragma once
2
3#include <xrpld/app/tx/detail/Transactor.h>
4
5namespace xrpl {
6
8{
9public:
11
13 {
14 }
15
16 static NotTEC
17 preflight(PreflightContext const& ctx);
18
19 static XRPAmount
20 calculateBaseFee(ReadView const& view, STTx const& tx);
21
22 TER
23 doApply() override;
24};
25
26} // namespace xrpl
State information when applying a tx.
A view into a ledger.
Definition ReadView.h:31
static constexpr ConsequencesFactoryType ConsequencesFactory
static NotTEC preflight(PreflightContext const &ctx)
TER doApply() override
static XRPAmount calculateBaseFee(ReadView const &view, STTx const &tx)
SetRegularKey(ApplyContext &ctx)
ApplyView & view()
Definition Transactor.h:128
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
State information when preflighting a tx.
Definition Transactor.h:15