org.knowm.xchange.cexio.dto.CexIORequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xchange-cexio Show documentation
Show all versions of xchange-cexio Show documentation
XChange implementation for the Cex.io Exchange
package org.knowm.xchange.cexio.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
// all fields gets set later by the digest.
public class CexIORequest {
@JsonProperty("key")
public String key;
@JsonProperty("nonce")
public String nonce;
@JsonProperty("signature")
public String signature;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy