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

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

There is a newer version: 2.4.0
Show newest version
package com.binance4j.mining.dto;

import java.util.List;

import com.binance4j.mining.client.MiningClient;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy