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

Get last MCI

Get the last main chain index of the node you logged to.

Example

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

Try on JSFiddle.

Returns

2870575

Learn more

Last updated