Package com.casper.sdk.identifier.global
Class BlockHashIdentifier.BlockHashIdentifierBuilder
- java.lang.Object
-
- com.casper.sdk.identifier.global.BlockHashIdentifier.BlockHashIdentifierBuilder
-
- Enclosing class:
- BlockHashIdentifier
public static class BlockHashIdentifier.BlockHashIdentifierBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockHashIdentifierbuild()BlockHashIdentifier.BlockHashIdentifierBuilderhash(java.lang.String hash)Block hashjava.lang.StringtoString()
-
-
-
Method Detail
-
hash
public BlockHashIdentifier.BlockHashIdentifierBuilder hash(java.lang.String hash)
Block hash- Returns:
this.
-
build
public BlockHashIdentifier build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-