rippled
Loading...
Searching...
No Matches
tx/transactors/payment_channel/PaymentChannelFund.h
1#pragma once
2
3#include <xrpl/tx/Transactor.h>
4
5namespace xrpl {
6
8{
9public:
11
13 {
14 }
15
16 static TxConsequences
18
19 static NotTEC
20 preflight(PreflightContext const& ctx);
21
22 TER
23 doApply() override;
24};
25
26} // namespace xrpl
State information when applying a tx.
static TxConsequences makeTxConsequences(PreflightContext const &ctx)
static constexpr ConsequencesFactoryType ConsequencesFactory
static NotTEC preflight(PreflightContext const &ctx)
Class describing the consequences to the account of applying a transaction if the transaction consume...
Definition applySteps.h:38
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:14