Class FinalitySignatureV2

  • All Implemented Interfaces:
    EventData

    public class FinalitySignatureV2
    extends FinalitySignature
    Validator's signature of a block, confirming it is finalized.
    • 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.