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

io.blockfrost.sdk.impl.retrofit.LedgerApi Maven / Gradle / Ivy

There is a newer version: 0.1.3
Show newest version
package io.blockfrost.sdk.impl.retrofit;

import io.blockfrost.sdk.api.model.Genesis;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Header;

public interface LedgerApi {
    /**
     * Blockchain genesis
     * Return the information about blockchain genesis.
     *
     * @return Call<GenesisContent>
     */
    @GET("genesis")
    Call genesisGet(@Header("project_id") String projectId);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy