All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.binance4j.mining.dto.AlgorithmsResponse Maven / Gradle / Ivy

package com.binance4j.mining.dto;

import java.util.List;

import com.binance4j.mining.client.MiningClient;

import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;

/**
 * {@link MiningClient#getAlgorithms} response.
 * 
 * @param code Response code.
 * @param msg  Response message.
 * @param data Response data.
 */
@ApiModel("Algorithms wrapper")
public record AlgorithmsResponse(@ApiModelProperty("Response code.") int code,
		@ApiModelProperty("Response message.") String msg,
		@ApiModelProperty("Response data.") List data) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy