provide

abstract fun provide(inetAddress: InetAddress): ProofOfWork<T, MetaData>?

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

inetAddress

the IP from which the client is connecting.