estonlabs.cxtl.exchanges.mexc.spot.v3.domain.Signed Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cxtl Show documentation
Show all versions of cxtl Show documentation
CXTL – Crypto eXchange Trading Library
package estonlabs.cxtl.exchanges.mexc.spot.v3.domain;
import estonlabs.cxtl.common.auth.Credentials;
import okhttp3.FormBody;
public interface Signed {
String queryString(Credentials credentials);
}