provide
open override fun provide(inetAddress: InetAddress): ProofOfWork<NopProofOfWorkProvider.NopChallengeType, NopProofOfWorkProvider.NopChallengeMetaData>?
Provides a proof of work instance for a given inetAddress.
Return
a proof of work instance that the client needs to solve, or null if it should be skipped
Parameters
inet Address
the IP from which the client is connecting.