Interface MiningService

All Superinterfaces:
BesuService

public interface MiningService extends BesuService
The MiningService interface provides methods to start and stop the mining process.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Starts the mining process.
    void
    Stops the mining process.
  • Method Details

    • start

      void start()
      Starts the mining process.
    • stop

      void stop()
      Stops the mining process.