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

com.bloxbean.cardano.client.backend.api.PoolService Maven / Gradle / Ivy

There is a newer version: 0.6.3
Show newest version
package com.bloxbean.cardano.client.backend.api;

import com.bloxbean.cardano.client.api.exception.ApiException;
import com.bloxbean.cardano.client.api.model.Result;
import com.bloxbean.cardano.client.backend.model.PoolInfo;

public interface PoolService {

    /**
     * Get Specific stake pool information
     *
     * @return Pool Information
     */
    Result getPoolInfo(String poolId) throws ApiException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy