Class FinalitySignatureV2
- java.lang.Object
-
- com.casper.sdk.model.event.finalitysignature.FinalitySignature
-
- com.casper.sdk.model.event.finalitysignature.FinalitySignatureV2
-
- All Implemented Interfaces:
EventData
public class FinalitySignatureV2 extends FinalitySignature
Validator's signature of a block, confirming it is finalized.
-
-
Constructor Summary
Constructors Constructor Description FinalitySignatureV2()FinalitySignatureV2(java.math.BigInteger blockHeight, Digest chainNameHash)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetBlockHeight()The height of the associated block.DigestgetChainNameHash()The hash of the chain name of the associated block.-
Methods inherited from class com.casper.sdk.model.event.finalitysignature.FinalitySignature
getBlockHash, getEraId, getPublicKey, getSignature, setBlockHash, setEraId, setPublicKey, setSignature
-
-
-
-
Constructor Detail
-
FinalitySignatureV2
public FinalitySignatureV2(java.math.BigInteger blockHeight, Digest chainNameHash)
-
FinalitySignatureV2
public FinalitySignatureV2()
-
-
Method Detail
-
getBlockHeight
public java.math.BigInteger getBlockHeight()
The height of the associated block.
-
getChainNameHash
public Digest getChainNameHash()
The hash of the chain name of the associated block.
-
-