rippled
Loading...
Searching...
No Matches
SetRegularKey.h
1#ifndef XRPL_TX_SETREGULARKEY_H_INCLUDED
2#define XRPL_TX_SETREGULARKEY_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 XRPAmount
21 calculateBaseFee(ReadView const& view, STTx const& tx);
22
23 TER
24 doApply() override;
25};
26
27} // namespace ripple
28
29#endif
State information when applying a tx.
A view into a ledger.
Definition ReadView.h:32
static XRPAmount calculateBaseFee(ReadView const &view, STTx const &tx)
SetRegularKey(ApplyContext &ctx)
static constexpr ConsequencesFactoryType ConsequencesFactory
static NotTEC preflight(PreflightContext const &ctx)
ApplyView & view()
Definition Transactor.h:144
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
State information when preflighting a tx.
Definition Transactor.h:16