Package com.casper.sdk.identifier.era
Class BlockEraIdentifier
- java.lang.Object
-
- com.casper.sdk.identifier.era.BlockEraIdentifier
-
- All Implemented Interfaces:
EraIdentifier
public class BlockEraIdentifier extends java.lang.Object implements EraIdentifier
Era identifier using an era's block identifier
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBlockEraIdentifier.BlockEraIdentifierBuilder
-
Constructor Summary
Constructors Constructor Description BlockEraIdentifier(BlockIdentifier blockIdentifier)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BlockEraIdentifier.BlockEraIdentifierBuilderbuilder()BlockIdentifiergetBlockIdentifier()voidsetBlockIdentifier(BlockIdentifier blockIdentifier)
-
-
-
Constructor Detail
-
BlockEraIdentifier
public BlockEraIdentifier(BlockIdentifier blockIdentifier)
-
-
Method Detail
-
builder
public static BlockEraIdentifier.BlockEraIdentifierBuilder builder()
-
getBlockIdentifier
public BlockIdentifier getBlockIdentifier()
-
setBlockIdentifier
public void setBlockIdentifier(BlockIdentifier blockIdentifier)
-
-