Get last MCI

로그인 한 노드의 메인체인 인덱스(MCI)를 가져온다.

Example

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

Returns

170575

Last updated

Was this helpful?