com.bloxbean.cardano.client.api.ProtocolParamsSupplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cardano-client-core-api Show documentation
Show all versions of cardano-client-core-api Show documentation
Cardano Client Lib - Core Api Module
The newest version!
package com.bloxbean.cardano.client.api;
import com.bloxbean.cardano.client.api.model.ProtocolParams;
/**
* Implement this interface to provide ProtocolParams
*/
@FunctionalInterface
public interface ProtocolParamsSupplier {
ProtocolParams getProtocolParams();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy