Package xyz.voltawallet
Class VoltaSdk
java.lang.Object
xyz.voltawallet.VoltaSdk
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VoltaClientnewVoltaClient(String bundleServiceUrl) Returns a new instance ofVoltaClientfor the given bundle service URL.
-
Constructor Details
-
VoltaSdk
public VoltaSdk()
-
-
Method Details
-
newVoltaClient
Returns a new instance ofVoltaClientfor 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.
-