rippled
Loading...
Searching...
No Matches
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
10namespace ripple {
11
12namespace RPC {
13
19void
23 TxMeta const&);
26} // namespace RPC
27} // namespace ripple
28
29#endif
Represents a JSON value.
Definition json_value.h:130
void insertNFTSyntheticInJson(Json::Value &, std::shared_ptr< STTx const > const &, TxMeta const &)
Adds common synthetic fields to transaction-related JSON responses.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6