Challenge Generator
fun interface ChallengeGenerator<in MetaData : ChallengeMetaData, out Type : ChallengeType<MetaData>>
A challenge generator used to construct a challenge out of the provided metadata.
A challenge generator used to construct a challenge out of the provided metadata.