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
22
// [[nodiscard]] // nodiscard commented out so Flow, BookTip and others compile.
23
TER
24
offerDelete
(
ApplyView
& view,
SLE::ref
sle, beast::Journal j);
25
26
}
// namespace xrpl
xrpl::ApplyView
Writeable view to a ledger, for applying a transaction.
Definition
ApplyView.h:118
xrpl::STLedgerEntry::ref
std::shared_ptr< STLedgerEntry > const & ref
Definition
STLedgerEntry.h:20
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:634
Generated by
1.16.1