rippled
Loading...
Searching...
No Matches
DeliverMax.h
1#pragma once
2
3#include <xrpl/protocol/TxFormats.h>
4
5namespace Json {
6class Value;
7}
8
9namespace xrpl {
10
11namespace RPC {
12
22void
23insertDeliverMax(Json::Value& tx_json, TxType txnType, unsigned int apiVersion);
24
27} // namespace RPC
28} // namespace xrpl
Represents a JSON value.
Definition json_value.h:130
JSON (JavaScript Object Notation).
Definition json_errors.h:5
void insertDeliverMax(Json::Value &tx_json, TxType txnType, unsigned int apiVersion)
Copy Amount field to DeliverMax field in transaction output JSON.
Definition DeliverMax.cpp:9
static constexpr std::integral_constant< unsigned, Version > apiVersion
Definition ApiVersion.h:38
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
TxType
Transaction type identifiers.
Definition TxFormats.h:37