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