rippled
Loading...
Searching...
No Matches
OfferHelpers.h
1#pragma once
2
3#include <xrpl/beast/utility/Journal.h>
4#include <xrpl/ledger/ApplyView.h>
5#include <xrpl/protocol/STLedgerEntry.h>
6#include <xrpl/protocol/TER.h>
7
8#include <memory>
9
10namespace xrpl {
11
24// [[nodiscard]] // nodiscard commented out so Flow, BookTip and others compile.
25TER
26offerDelete(ApplyView& view, std::shared_ptr<SLE> const& sle, beast::Journal j);
27
28} // 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
TERSubset< CanCvtToTER > TER
Definition TER.h:622
TER offerDelete(ApplyView &view, std::shared_ptr< SLE > const &sle, beast::Journal j)
Delete an offer.