Class Proof


  • public class Proof
    extends java.lang.Object
    Proof of a block. The proof is a aggregated signature of a block's hash. It contains bitmap to indicate members who give their signature.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      GBytes bitmap
      work together with the list of authenticators, to indicate who give their signatures
      GHash blockHash
      which block this proof belongs to
      GUint64 height
      which height of block this proof belongs to
      GUint64 round
      which round of consensus this proof generate on
      GBytes signature
      aggregate signature
    • Constructor Summary

      Constructors 
      Constructor Description
      Proof()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bitmap

        public GBytes bitmap
        work together with the list of authenticators, to indicate who give their signatures
      • blockHash

        public GHash blockHash
        which block this proof belongs to
      • height

        public GUint64 height
        which height of block this proof belongs to
      • round

        public GUint64 round
        which round of consensus this proof generate on
      • signature

        public GBytes signature
        aggregate signature
    • Constructor Detail

      • Proof

        public Proof()