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

shgraph.app-service-contract.0.57.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 0.57.0
Show newest version
/**
 * Provides the classes necessary to manage Hedera Smart Contract Service.
 */
module com.hedera.node.app.service.contract {
    exports com.hedera.node.app.service.contract;

    uses com.hedera.node.app.service.contract.ContractService;

    requires transitive com.hedera.node.app.spi;
    requires transitive com.hedera.pbj.runtime;
    requires com.hedera.node.hapi;
    requires static com.github.spotbugs.annotations;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy