XRPLRpc.mainnet constructor
XRPLRpc.mainnet()
Create an XRPL RPC client for the Mainnet network.
Implementation
XRPLRpc.mainnet() : rpc = JsonRPC("https://xrplcluster.com/", http.Client());
Create an XRPL RPC client for the Mainnet network.
XRPLRpc.mainnet() : rpc = JsonRPC("https://xrplcluster.com/", http.Client());