com.bloxbean.cardano.client.backend.api.PoolService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cardano-client-backend Show documentation
Show all versions of cardano-client-backend Show documentation
Cardano Client Lib Backend Api Module
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