xrpld
Loading...
Searching...
No Matches
include
xrpl
ledger
helpers
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
namespace
xrpl
{
9
23
// [[nodiscard]] // nodiscard commented out so Flow, BookTip and others compile.
24
TER
25
offerDelete
(
ApplyView
& view,
SLE::ref
sle, beast::Journal j);
26
27
}
// namespace xrpl
xrpl::ApplyView
Writeable view to a ledger, for applying a transaction.
Definition
ApplyView.h:134
xrpl::STLedgerEntry::ref
std::shared_ptr< STLedgerEntry > const & ref
Definition
STLedgerEntry.h:32
xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:5
xrpl::offerDelete
TER offerDelete(ApplyView &view, SLE::ref sle, beast::Journal j)
Delete an offer.
Definition
OfferHelpers.cpp:18
xrpl::TER
TERSubset< CanCvtToTER > TER
Definition
TER.h:647
Generated by
1.16.1