Uses of Class
convex.etch.Etch

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

    Methods in convex.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
    Methods in convex.etch with parameters of type Etch
    Modifier and Type
    Method
    Description
    void
    EtchUtils.EtchCellVisitor.visit(Etch e, int level, int[] digits, long indexPointer)
     
    void
    EtchUtils.FullValidator.visit(Etch e, int level, int[] digits, long indexPointer)
     
    void
    IEtchIndexVisitor.visit(Etch e, int level, int[] digits, long indexPointer)
     
    void
    EtchUtils.FullValidator.visitHash(Etch e, Hash h)
     
    Constructors in convex.etch with parameters of type Etch
    Modifier
    Constructor
    Description