For the complete documentation index, see llms.txt. This page is also available as Markdown.

Heartbeat

Send heartbeat to notify the node you are awake.

Example

client.api.heartbeat(function(err, result) {
  console.log(result);
});

Returns

null

Last updated