XRPLF / xrpl4j

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

Add support for ledger_entry RPC #489

Closed nkramer44 closed 7 months ago

nkramer44 commented 8 months ago

Adds support for the ledger_entry RPC command in XrplClient.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7ce8e7f) 91.10% compared to head (a0d12f5) 91.28%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #489 +/- ## ============================================ + Coverage 91.10% 91.28% +0.18% - Complexity 1626 1666 +40 ============================================ Files 319 327 +8 Lines 4553 4648 +95 Branches 377 386 +9 ============================================ + Hits 4148 4243 +95 + Misses 276 275 -1 - Partials 129 130 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.