com.bloxbean.cardano.client.api.ScriptSupplier 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.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