XRPLF / xrpl4j

A 100% Java implementation to interact with the XRP Ledger.
ISC License
86 stars 48 forks source link

Add support for `ledger_data` RPC #533

Open sappenin opened 4 months ago

sappenin commented 4 months ago

See https://xrpl.org/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data/

sappenin commented 4 months ago

For some interesting example ledgers to test against, see https://github.com/XRPLF/xrpl4j/issues/473 and https://github.com/XRPLF/xrpl4j/issues/474.

(in particular, in order to verify #474 completely, we need to be able to parse ledger data which will also help solidify that #527 is actually fixed).