Get last MCI
Get the last main chain index of the node you logged to.
Example
client.api.getLastMci(function(err, result) {
if (err) return console.error(err);
console.log(result);
});
Try on JSFiddle.
Returns
2870575
Learn more
"5. The main chain" (page 8) https://obyte.org/Byteball.pdf
Last updated