Class EntryPointV2
- java.lang.Object
-
- com.casper.sdk.model.contract.entrypoint.EntryPointV2
-
public class EntryPointV2 extends java.lang.ObjectThe entry point for the V2 Casper VM. TODO Delete this class there is no corresponding class in the Casper node
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntryPointV2.EntryPointV2Builder
-
Constructor Summary
Constructors Constructor Description EntryPointV2()EntryPointV2(int flags, int functionIndex)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntryPointV2.EntryPointV2Builderbuilder()intgetFlags()The flagsintgetFunctionIndex()The selector.voidsetFlags(int flags)The flagsvoidsetFunctionIndex(int functionIndex)The selector.
-
-
-
Method Detail
-
builder
public static EntryPointV2.EntryPointV2Builder builder()
-
getFlags
public int getFlags()
The flags
-
getFunctionIndex
public int getFunctionIndex()
The selector.
-
setFlags
public void setFlags(int flags)
The flags
-
setFunctionIndex
public void setFunctionIndex(int functionIndex)
The selector.
-
-