shgraph.app-service-consensus.0.53.5.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-consensus Show documentation
Show all versions of app-service-consensus Show documentation
Hedera Consensus Service API
module com.hedera.node.app.service.consensus {
exports com.hedera.node.app.service.consensus;
uses com.hedera.node.app.service.consensus.ConsensusService;
requires transitive com.hedera.node.app.spi;
requires transitive com.hedera.node.hapi;
requires transitive com.hedera.pbj.runtime;
requires com.hedera.node.app.hapi.utils;
requires static com.github.spotbugs.annotations;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy