shgraph.app-service-contract.0.57.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of app-service-contract Show documentation
Show all versions of app-service-contract Show documentation
Hedera Smart Contract Service API
/**
* 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