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

mn.foreman.api.endpoints.nicehash.Nicehash Maven / Gradle / Ivy

There is a newer version: 1.78.0
Show newest version
package mn.foreman.api.endpoints.nicehash;

import mn.foreman.api.model.ApiType;

import java.util.List;

/**
 * A {@link Nicehash} provides a handler for interacting with the nicehash API
 * endpoints.
 */
public interface Nicehash {

    /**
     * Returns all of the nicehash mappings.
     *
     * @return The nicehash mappings.
     */
    List mappings();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy