xrpld
Loading...
Searching...
No Matches
DeliverMax.h
1#pragma once
2
3#include <xrpl/protocol/TxFormats.h>
4
5namespace json {
6class Value;
7} // namespace json
8
9namespace xrpl::RPC {
10
19
20void
21insertDeliverMax(json::Value& txJson, TxType txnType, unsigned int apiVersion);
22
24
25} // namespace xrpl::RPC
Represents a JSON value.
Definition json_value.h:130
JSON (JavaScript Object Notation).
Definition json_errors.h:5
API version numbers used in later API versions.
Definition ApiVersion.h:35
void insertDeliverMax(json::Value &txJson, TxType txnType, unsigned int apiVersion)
Copy Amount field to DeliverMax field in transaction output JSON.
Definition DeliverMax.cpp:9
TxType
Transaction type identifiers.
Definition TxFormats.h:41