Skip to content

getAutomine

Returns the automatic mining status of the node.

Usage

example.ts
import { testClient } from './client'
 
const isAutomining = await testClient.getAutomine() 

Returns

boolean

Whether or not the node is auto mining.