com.binance4j.mining.param.HashrateResaleCancellationParams 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.param;
import com.binance4j.core.param.Params;
import com.binance4j.mining.client.MiningClient;
/**
* {@link MiningClient} params.
*
* @param configId Config id.
* @param userName User name.
*/
public record HashrateResaleCancellationParams(Integer configId, String userName) implements Params {
}