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

com.bloxbean.cardano.client.api.ProtocolParamsSupplier Maven / Gradle / Ivy

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