Uses of Interface
io.mokamint.nonce.api.Challenge
-
Uses of Challenge in io.mokamint.nonce.api
Methods in io.mokamint.nonce.api that return ChallengeModifier and TypeMethodDescriptionDeadline.getChallenge()Yields the challenge this deadline responds to.Methods in io.mokamint.nonce.api with parameters of type ChallengeModifier and TypeMethodDescriptionbyte[]Nonce.getValueFor(Challenge challenge) Yields the value of this nonce, for the given challenge.voidChallenge.requireMatches(Challenge other) Checks if this challenge matches the given one.