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

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

package io.blockfrost.sdk.api;

import io.blockfrost.sdk.api.exception.APIException;
import io.blockfrost.sdk.api.model.Genesis;

public interface LedgerService {

    Genesis getGenesis() throws APIException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy