Interface MiningService
- All Superinterfaces:
BesuService
The MiningService interface provides methods to start and stop the mining process.
-
Method Summary
-
Method Details
-
start
void start()Starts the mining process. -
stop
void stop()Stops the mining process.
-