Add nftoken_id, nftoken_ids, offer_id to meta for transaction stream (#5230)

This commit is contained in:
tequ
2025-06-24 22:02:22 +09:00
committed by GitHub
parent 1e01cd34f7
commit c55ea56c5e
6 changed files with 230 additions and 2 deletions

View File

@@ -28,6 +28,8 @@
namespace ripple {
namespace RPC {
/**
Adds common synthetic fields to transaction-related JSON responses
@@ -40,6 +42,7 @@ insertNFTSyntheticInJson(
TxMeta const&);
/** @} */
} // namespace RPC
} // namespace ripple
#endif