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

io.blockfrost.sdk.api.HealthService Maven / Gradle / Ivy

package io.blockfrost.sdk.api;

import io.blockfrost.sdk.api.exception.APIException;
import io.blockfrost.sdk.api.model.Clock;
import io.blockfrost.sdk.api.model.Health;

public interface HealthService {

    Health getHealth() throws APIException;

    Clock getCurrentBackendTime() throws APIException;

    String getApiRoot() throws APIException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy