Merge pull request #3058 from lmaisons/patch-1

Fix source link in server_definitions.md
This commit is contained in:
Rome Reginelli
2025-04-01 15:35:29 -07:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ labels:
---
# server_definitions
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/rpc/handlers/ServerInfo.cpp#L43 "Source")
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/rpc/handlers/ServerInfo.cpp#L42 "Source")
The `server_definitions` command returns an SDK-compatible `definitions.json`, generated from the `rippled` instance currently running. You can use this to query a node in a network, quickly receiving the definitions necessary to serialize/deserialize its binary data.