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

i.FrameContext Maven / Gradle / Ivy

There is a newer version: 0.9.6
Show newest version
package i;

import org.aion.avm.core.IExternalState;

public interface FrameContext {
    IDBStorage getDBStorage();
    IExternalState getExternalState();
    boolean waitForRefund();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy