
org.arkecosystem.client.api.one.Signatures 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.one;
import com.google.gson.internal.LinkedTreeMap;
import org.arkecosystem.client.http.Client;
import java.io.IOException;
public class Signatures {
Client client;
public Signatures(Client client) {
this.client = client;
}
public LinkedTreeMap fee() throws IOException {
return this.client.get("signatures/fee");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy