mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
14 lines
286 B
C++
14 lines
286 B
C++
#pragma once
|
|
|
|
#include <xrpl/beast/utility/Journal.h>
|
|
#include <xrpl/ledger/ApplyView.h>
|
|
#include <xrpl/protocol/TER.h>
|
|
#include <xrpl/protocol/UintTypes.h>
|
|
|
|
namespace xrpl {
|
|
|
|
TER
|
|
closeChannel(SLE::ref slep, ApplyView& view, uint256 const& key, beast::Journal j);
|
|
|
|
} // namespace xrpl
|