Class VoltaSdk

java.lang.Object
xyz.voltawallet.VoltaSdk

public class VoltaSdk extends Object
  • Constructor Details

    • VoltaSdk

      public VoltaSdk()
  • Method Details

    • newVoltaClient

      public static VoltaClient newVoltaClient(String bundleServiceUrl)
      Returns a new instance of VoltaClient for the given bundle service URL.
      Parameters:
      bundleServiceUrl - The URL of the bundle service must not be null or blank.
      Returns:
      A new instance of VoltaClient.