sephynox / xrpl-rust

A 100% Rust library to interact with the XRPL. XRPL Grant Winner
https://crates.io/crates/xrpl-rust
ISC License
16 stars 8 forks source link

Add JsonRPC Clients #78

Closed LimpidCrypto closed 3 weeks ago

LimpidCrypto commented 3 weeks ago

High Level Overview of Change

This PR add clients for JsonRPC requests. For no_std we use reqwless and for std we use reqwest.

Context of Change

17

Type of Change

Before / After

Test Plan

There is a test for requesting the current fees with the std client.