Class FinalitySignature

    • Constructor Detail

      • FinalitySignature

        public FinalitySignature​(Digest blockHash,
                                 long eraId,
                                 PublicKey publicKey,
                                 Signature signature)
      • FinalitySignature

        public FinalitySignature()
    • Method Detail

      • getBlockHash

        public Digest getBlockHash()
        The block hash of the associated block.
      • getEraId

        public long getEraId()
        The era in which the associated block was created.
      • getPublicKey

        public PublicKey getPublicKey()
        The public key of the signing validator.
      • getSignature

        public Signature getSignature()
        The signature over the block hash of the associated block.
      • setBlockHash

        public void setBlockHash​(Digest blockHash)
        The block hash of the associated block.
      • setEraId

        public void setEraId​(long eraId)
        The era in which the associated block was created.
      • setPublicKey

        public void setPublicKey​(PublicKey publicKey)
        The public key of the signing validator.
      • setSignature

        public void setSignature​(Signature signature)
        The signature over the block hash of the associated block.