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