Class CheckSigchainResponse

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getFound() A boolean set to true if the expected hash was found, false otherwise.
      final Integer getPosition() The position in the sigchain where the expected hash was found.
      final Integer getLastPosition() The position of the last transaction in the sigchain.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getFound

         final Boolean getFound()

        A boolean set to true if the expected hash was found, false otherwise.

      • getPosition

         final Integer getPosition()

        The position in the sigchain where the expected hash was found.