Class XrplClient

java.lang.Object
org.xrpl.xrpl4j.client.XrplClient

@Beta public class XrplClient extends Object

A client which wraps a rippled network client and is responsible for higher order functionality such as signing and serializing transactions, as well as hiding certain implementation details from the public API such as JSON RPC request object creation.

Note: This client is currently marked as Beta, and should be used as a reference implementation ONLY.