Interface CoffeePickVerificationType

  • All Known Implementing Classes:
    CoffeePickVerification

    @Immutable
    public interface CoffeePickVerificationType
    A value indicating whether or not the verification of an inventory item succeeded.
    • Method Detail

      • expectedHash

        RuntimeHash expectedHash()
        Returns:
        The expected hash value
      • receivedHash

        RuntimeHash receivedHash()
        Returns:
        The received hash value
      • isVerified

        default boolean isVerified()
        Returns:
        true if the expected hash matched the received hash