Class ByteCode.ByteCodeBuilder
- java.lang.Object
-
- com.casper.sdk.model.entity.contract.ByteCode.ByteCodeBuilder
-
- Enclosing class:
- ByteCode
public static class ByteCode.ByteCodeBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteCodebuild()ByteCode.ByteCodeBuilderbytes(java.lang.String bytes)Byte codeByteCode.ByteCodeBuilderkind(ByteCode.ByteCodes kind)The type of Byte codejava.lang.StringtoString()
-
-
-
Method Detail
-
kind
public ByteCode.ByteCodeBuilder kind(ByteCode.ByteCodes kind)
The type of Byte code- Returns:
this.
-
bytes
public ByteCode.ByteCodeBuilder bytes(java.lang.String bytes)
Byte code- Returns:
this.
-
build
public ByteCode build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-