Package com.casper.sdk.identifier.era
Class BlockEraIdentifier.BlockEraIdentifierBuilder
- java.lang.Object
-
- com.casper.sdk.identifier.era.BlockEraIdentifier.BlockEraIdentifierBuilder
-
- Enclosing class:
- BlockEraIdentifier
public static class BlockEraIdentifier.BlockEraIdentifierBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockEraIdentifier.BlockEraIdentifierBuilderblockIdentifier(BlockIdentifier blockIdentifier)BlockEraIdentifierbuild()java.lang.StringtoString()
-
-
-
Method Detail
-
blockIdentifier
public BlockEraIdentifier.BlockEraIdentifierBuilder blockIdentifier(BlockIdentifier blockIdentifier)
- Returns:
this.
-
build
public BlockEraIdentifier build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-