com.bloxbean.cardano.client.backend.api.NetworkInfoService 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.backend.model.Genesis;
import com.bloxbean.cardano.client.api.model.Result;
public interface NetworkInfoService {
/**
*
* @return Genesis Info
* @throws ApiException
*/
public Result getNetworkInfo() throws ApiException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy