rippled
Loading...
Searching...
No Matches
PaymentChannelHelpers.h
1#pragma once
2
3#include <xrpl/ledger/ApplyView.h>
4#include <xrpl/protocol/UintTypes.h>
5
6namespace xrpl {
7
8TER
10 std::shared_ptr<SLE> const& slep,
11 ApplyView& view,
12 uint256 const& key,
14
15} // namespace xrpl
A generic endpoint for log messages.
Definition Journal.h:40
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
TER closeChannel(std::shared_ptr< SLE > const &slep, ApplyView &view, uint256 const &key, beast::Journal j)
base_uint< 256 > uint256
Definition base_uint.h:531
TERSubset< CanCvtToTER > TER
Definition TER.h:622