xrpld
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
8namespace xrpl {
9
22// [[nodiscard]] // nodiscard commented out so Flow, BookTip and others compile.
23TER
24offerDelete(ApplyView& view, SLE::ref sle, beast::Journal j);
25
26} // namespace xrpl
Writeable view to a ledger, for applying a transaction.
Definition ApplyView.h:118
std::shared_ptr< STLedgerEntry > const & ref
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
TER offerDelete(ApplyView &view, SLE::ref sle, beast::Journal j)
Delete an offer.
TERSubset< CanCvtToTER > TER
Definition TER.h:634