getAutomine
Returns the automatic mining status of the node.
Usage
import { testClient } from './client'
const isAutomining = await testClient.getAutomine() Returns
boolean
Whether or not the node is auto mining.
Returns the automatic mining status of the node.
import { testClient } from './client'
const isAutomining = await testClient.getAutomine() boolean
Whether or not the node is auto mining.