Class LightBlockHeaderProof


  • public class LightBlockHeaderProof
    extends PathResponse
    Proof of membership and position of a light block header.
    • Field Detail

      • index

        public Long index
        The index of the light block header in the vector commitment tree
      • proof

        public byte[] proof
      • treedepth

        public Long treedepth
        Represents the depth of the tree that is being proven, i.e. the number of edges from a leaf to the root.
    • Constructor Detail

      • LightBlockHeaderProof

        public LightBlockHeaderProof()
    • Method Detail

      • proof

        public void proof​(String base64Encoded)
        The encoded proof.
      • proof

        public String proof()