Get last MCI

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

client.request('get_last_mci', null, function(err, result) {
  console.log(result);
});

Last updated