XRPLRpc.testNet constructor
XRPLRpc.testNet()
Create an XRPL RPC client for the Testnet network.
Implementation
XRPLRpc.testNet()
: rpc = JsonRPC("https://s.altnet.rippletest.net:51234/", http.Client());
Create an XRPL RPC client for the Testnet network.
XRPLRpc.testNet()
: rpc = JsonRPC("https://s.altnet.rippletest.net:51234/", http.Client());