A client that exposes methods for interacting with the XRP Ledger.
Example Usage
use TryInto;
use ;
use block_on;
// Create a new XRPL client with the HTTP transport.
let xrpl = XRPLnew;
// Create a request
let mut req = default;
req.account = "rG1QQv2nh2gr7RCZ1P8YYcBUKCCN633jCn".to_owned;
// Fetch the account info for an address.
let account_info = block_on;
assert_eq!;