rippled
Loading...
Searching...
No Matches
include
xrpl
tx
transactors
payment_channel
tx/transactors/payment_channel/PaymentChannelFund.h
1
#pragma once
2
3
#include <xrpl/tx/Transactor.h>
4
5
namespace
xrpl
{
6
7
class
PaymentChannelFund
:
public
Transactor
8
{
9
public
:
10
static
constexpr
ConsequencesFactoryType
ConsequencesFactory
{
Custom
};
11
12
explicit
PaymentChannelFund
(
ApplyContext
& ctx) :
Transactor
(ctx)
13
{
14
}
15
16
static
TxConsequences
17
makeTxConsequences
(
PreflightContext
const
& ctx);
18
19
static
NotTEC
20
preflight
(
PreflightContext
const
& ctx);
21
22
TER
23
doApply
()
override
;
24
};
25
26
}
// namespace xrpl
xrpl::ApplyContext
State information when applying a tx.
Definition
ApplyContext.h:15
xrpl::PaymentChannelFund
Definition
tx/transactors/payment_channel/PaymentChannelFund.h:8
xrpl::PaymentChannelFund::makeTxConsequences
static TxConsequences makeTxConsequences(PreflightContext const &ctx)
Definition
PaymentChannelFund.cpp:11
xrpl::PaymentChannelFund::PaymentChannelFund
PaymentChannelFund(ApplyContext &ctx)
Definition
tx/transactors/payment_channel/PaymentChannelFund.h:12
xrpl::PaymentChannelFund::ConsequencesFactory
static constexpr ConsequencesFactoryType ConsequencesFactory
Definition
tx/transactors/payment_channel/PaymentChannelFund.h:10
xrpl::PaymentChannelFund::doApply
TER doApply() override
Definition
PaymentChannelFund.cpp:26
xrpl::PaymentChannelFund::preflight
static NotTEC preflight(PreflightContext const &ctx)
Definition
PaymentChannelFund.cpp:17
xrpl::TERSubset
Definition
TER.h:395
xrpl::Transactor
Definition
Transactor.h:110
xrpl::Transactor::ConsequencesFactoryType
ConsequencesFactoryType
Definition
Transactor.h:126
xrpl::Transactor::Custom
@ Custom
Definition
Transactor.h:126
xrpl::TxConsequences
Class describing the consequences to the account of applying a transaction if the transaction consume...
Definition
applySteps.h:38
xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:5
xrpl::PreflightContext
State information when preflighting a tx.
Definition
Transactor.h:14
Generated by
1.9.8