xrpl-dev-portal icon indicating copy to clipboard operation
xrpl-dev-portal copied to clipboard

Update binary format to mention server_definitions method

Open mDuo13 opened this issue 11 months ago • 0 comments

The binary format docs mention the definitions file, but now you can query the definitions from the server using the server_definitions method, which returns the same format as the JSON file in the xrpl.js repo that the docs currently link to.

This is a bit easier especially if you're updating a client library to use features and fields that are in development, since you can query a dev server for its working version of the definitions file. Since authors of client libraries are the main target audience for the binary format documentation, we should definitely update the binary format page to mention the server_definitions method.

mDuo13 avatar Dec 18 '24 22:12 mDuo13