Class HeightBlockIdentifier.HeightBlockIdentifierBuilder
- java.lang.Object
-
- com.syntifi.casper.sdk.identifier.block.HeightBlockIdentifier.HeightBlockIdentifierBuilder
-
- Enclosing class:
- HeightBlockIdentifier
public static class HeightBlockIdentifier.HeightBlockIdentifierBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeightBlockIdentifier
build()
HeightBlockIdentifier.HeightBlockIdentifierBuilder
height(long height)
Block heightjava.lang.String
toString()
-
-
-
Method Detail
-
height
public HeightBlockIdentifier.HeightBlockIdentifierBuilder height(long height)
Block height- Returns:
this
.
-
build
public HeightBlockIdentifier build()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-