Uses of Class
etch.Etch

Packages that use Etch
Package
Description
Convex network transaction types.
  • Uses of Etch in etch

    Methods in etch that return Etch
    Modifier and Type
    Method
    Description
    static Etch
    Etch.create​(File file)
    Create an Etch instance using the specified file
    static Etch
    Create an Etch instance using a temporary file.
    static Etch
    Etch.createTempEtch​(String prefix)
    Create an Etch instance using a temporary file with a specific file prefix.
    EtchStore.getEtch()
    Gets the underlying Etch instance
    Constructors in etch with parameters of type Etch
    Modifier
    Constructor
    Description
     
    EtchStore​(Etch etch)