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