rippled
Loading...
Searching...
No Matches
NFTSyntheticSerializer.h
1#pragma once
2
3#include <xrpl/json/json_forwards.h>
4#include <xrpl/protocol/STTx.h>
5#include <xrpl/protocol/TxMeta.h>
6
7#include <memory>
8
9namespace xrpl {
10
11namespace RPC {
12
18void
22} // namespace RPC
23} // namespace xrpl
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:5