Class EntryPointValue.EntryPointValueBuilder
- java.lang.Object
-
- com.casper.sdk.model.contract.entrypoint.EntryPointValue.EntryPointValueBuilder
-
- Enclosing class:
- EntryPointValue
public static class EntryPointValue.EntryPointValueBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntryPointValuebuild()java.lang.StringtoString()EntryPointValue.EntryPointValueBuilderv1(EntryPoint v1)Entry points to be executed against the V1 Casper VM.EntryPointValue.EntryPointValueBuilderv2(EntryPointV2 v2)Entry points to be executed against the V2 Casper VM.
-
-
-
Method Detail
-
v1
public EntryPointValue.EntryPointValueBuilder v1(EntryPoint v1)
Entry points to be executed against the V1 Casper VM.- Returns:
this.
-
v2
public EntryPointValue.EntryPointValueBuilder v2(EntryPointV2 v2)
Entry points to be executed against the V2 Casper VM.- Returns:
this.
-
build
public EntryPointValue build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-