ProofOfWorkProvider

An interface to return proof of work implementations based on the input ip.

Inheritors

Functions

Link copied to clipboard
abstract fun provide(inetAddress: InetAddress): ProofOfWork<T, MetaData>?

Provides a proof of work instance for a given inetAddress.