
org.arkecosystem.client.api.AbstractAPI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of arkecosystem-client Show documentation
Show all versions of arkecosystem-client Show documentation
A simple Java API client for the ARK Blockchain.
The newest version!
package org.arkecosystem.client.api;
import org.arkecosystem.client.http.Client;
public abstract class AbstractAPI {
protected Client client;
public AbstractAPI(Client client) {
this.client = client;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy