Class StateProof


  • public class StateProof
    extends PathResponse
    Represents a state proof and its corresponding message
    • Field Detail

      • message

        public StateProofMessage message
        Represents the message that the state proofs are attesting to.
      • stateProof

        public byte[] stateProof
    • Constructor Detail

      • StateProof

        public StateProof()
    • Method Detail

      • stateProof

        public void stateProof​(String base64Encoded)
        The encoded StateProof for the message.
      • stateProof

        public String stateProof()