rippled
Loading...
Searching...
No Matches
include
xrpl
protocol
NFTSyntheticSerializer.h
1
#ifndef XRPL_PROTOCOL_NFTSYNTHETICSERIALIZER_H_INCLUDED
2
#define XRPL_PROTOCOL_NFTSYNTHETICSERIALIZER_H_INCLUDED
3
4
#include <xrpl/json/json_forwards.h>
5
#include <xrpl/protocol/STTx.h>
6
#include <xrpl/protocol/TxMeta.h>
7
8
#include <
memory
>
9
10
namespace
ripple
{
11
12
namespace
RPC {
13
19
void
20
insertNFTSyntheticInJson
(
21
Json::Value
&,
22
std::shared_ptr<STTx const>
const
&,
23
TxMeta
const
&);
26
}
// namespace RPC
27
}
// namespace ripple
28
29
#endif
Json::Value
Represents a JSON value.
Definition
json_value.h:130
memory
ripple::RPC::insertNFTSyntheticInJson
void insertNFTSyntheticInJson(Json::Value &, std::shared_ptr< STTx const > const &, TxMeta const &)
Adds common synthetic fields to transaction-related JSON responses.
Definition
NFTSyntheticSerializer.cpp:15
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:6
std::shared_ptr
Generated by
1.9.8