com.binance4j.mining.dto.OtherProfitsResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of binance4j-mining Show documentation
Show all versions of binance4j-mining Show documentation
Connector for the mining endpoints of the Binance API
package com.binance4j.mining.dto;
import com.binance4j.mining.client.MiningClient;
/**
* The {@link MiningClient} response.
*
* @param code The response code.
* @param msg The response message.
* @param data The response data.
*/
public record OtherProfitsResponse(int code, String msg, OtherProfitsData data) {
}