You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server_definitions RPC returns all the fields, transaction types, ledger entry types, etc. that the server knows about. This issue suggests adding the transaction formats and ledger formats to this RPC as well.
Motivation
This will provide a canonical source of truth for the transactions and ledger entry type fields.
Solution
Amend the server_definitions RPC to include this info.
Paths Not Taken
You can parse source code as-is (for example, this script in xrpl.js does so). There may be an OpenAPI-related path as well.
The text was updated successfully, but these errors were encountered:
I prefer the source code solution as well, with the build system generating the corresponding header and implementation files for xrpld. I just don't have the time personally to devote to building it out. It can be a great project for a new contributor or intern though.
Summary
The server_definitions RPC returns all the fields, transaction types, ledger entry types, etc. that the server knows about. This issue suggests adding the transaction formats and ledger formats to this RPC as well.
Motivation
This will provide a canonical source of truth for the transactions and ledger entry type fields.
Solution
Amend the
server_definitions
RPC to include this info.Paths Not Taken
You can parse source code as-is (for example, this script in xrpl.js does so). There may be an OpenAPI-related path as well.
The text was updated successfully, but these errors were encountered: