xrpl-rust icon indicating copy to clipboard operation
xrpl-rust copied to clipboard

A 100% Rust library to interact with the XRPL. XRPL Grant Winner

Results 41 xrpl-rust issues
Sort by recently updated
recently updated
newest added

I attempted to use `requests::ServerInfo` to query the server state, but encountered an issue where the `result` field in the response was deserialized as `results::Subscribe` instead of `results::ServerInfo`. This happens...