Class MapProof

    • Constructor Detail

      • MapProof

        public MapProof()
    • Method Detail

      • getAsMessage

        public abstract com.exonum.messages.proof.MapProofOuterClass.MapProof getAsMessage()
        Returns the proof as a protobuf message.
      • parseFrom

        public static MapProof parseFrom​(byte[] mapProofMessage)
                                  throws com.google.protobuf.InvalidProtocolBufferException
        Creates a new MapProof given the serialized map proof message.
        Throws:
        com.google.protobuf.InvalidProtocolBufferException - if the message is not MapProofOuterClass.MapProof
      • newInstance

        public static MapProof newInstance​(com.exonum.messages.proof.MapProofOuterClass.MapProof mapProofMessage)
        Creates a new MapProof given the map proof message.