Fix missing nftoken_id in ledger RPC response

This commit is contained in:
copilot-swe-agent[bot]
2025-08-20 21:42:11 +00:00
committed by Mayukha Vadari
parent 5ce0b1c2c7
commit 7ac7e14d66
10 changed files with 281 additions and 61 deletions

View File

@@ -11,9 +11,7 @@ namespace xrpl::RPC {
/**
* Adds common synthetic fields to transaction-related JSON responses
*/
/** @{ */
void
insertNFTSyntheticInJson(json::Value&, std::shared_ptr<STTx const> const&, TxMeta const&);
/** @} */
} // namespace xrpl::RPC