Altcha.V2.Solution (Altcha v2.0.1)

Copy Markdown View Source

A solution to a V2 PoW challenge.

Summary

Types

t()

@type t() :: %Altcha.V2.Solution{
  counter: non_neg_integer(),
  derived_key: String.t(),
  time: number() | nil
}

Functions

from_map(m)