A solution to a V2 PoW challenge.
Summary
Types
@type t() :: %Altcha.V2.Solution{ counter: non_neg_integer(), derived_key: String.t(), time: number() | nil }
A solution to a V2 PoW challenge.
@type t() :: %Altcha.V2.Solution{ counter: non_neg_integer(), derived_key: String.t(), time: number() | nil }