A V2 PoW challenge containing parameters and an optional HMAC signature.
Summary
Types
@type t() :: %Altcha.V2.Challenge{ parameters: Altcha.V2.ChallengeParameters.t(), signature: String.t() | nil }
A V2 PoW challenge containing parameters and an optional HMAC signature.
@type t() :: %Altcha.V2.Challenge{ parameters: Altcha.V2.ChallengeParameters.t(), signature: String.t() | nil }