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

m.hedera-evm.0.54.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 0.54.1
Show newest version
/** Provides the core interfaces for the Hedera EVM implementation. */
module com.hedera.evm {
    requires transitive com.hedera.node.hapi;
    requires transitive com.github.benmanes.caffeine;
    requires transitive com.google.protobuf;
    requires transitive com.hedera.pbj.runtime;
    requires transitive dagger;
    requires transitive headlong;
    requires transitive javax.inject;
    requires transitive org.apache.commons.lang3;
    requires transitive org.hyperledger.besu.datatypes;
    requires transitive org.hyperledger.besu.evm;
    requires transitive org.hyperledger.besu.nativelib.secp256k1;
    requires transitive tuweni.bytes;
    requires transitive tuweni.units;
    requires com.swirlds.common;
    requires com.google.common;
    requires com.sun.jna;
    requires org.bouncycastle.provider;
    requires static com.github.spotbugs.annotations;

    exports com.hedera.node.app.service.evm.store.contracts.utils;
    exports com.hedera.node.app.service.evm.contracts.execution;
    exports com.hedera.node.app.service.evm.store.contracts;
    exports com.hedera.node.app.service.evm.store.models;
    exports com.hedera.node.app.service.evm;
    exports com.hedera.node.app.service.evm.accounts;
    exports com.hedera.node.app.service.evm.contracts.operations;
    exports com.hedera.node.app.service.evm.contracts.execution.traceability;
    exports com.hedera.node.app.service.evm.utils;
    exports com.hedera.node.app.service.evm.store.contracts.precompile.codec;
    exports com.hedera.node.app.service.evm.store.contracts.precompile.impl;
    exports com.hedera.node.app.service.evm.store.tokens;
    exports com.hedera.node.app.service.evm.store.contracts.precompile;
    exports com.hedera.node.app.service.evm.store.contracts.precompile.proxy;
    exports com.hedera.node.app.service.evm.exceptions;
    exports com.hedera.node.app.service.evm.store;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy