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

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

The newest version!
package com.bloxbean.cardano.client.api;

import com.bloxbean.cardano.client.plutus.spec.PlutusScript;

import java.util.Optional;

/**
 * Implement this interface to provide PlutusScript
 */
@FunctionalInterface
public interface ScriptSupplier {
    Optional getScript(String scriptHash);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy