Catchup
두개의 메인 체인 사이에 있는 유닛의 숫자 및 상태
Example
const params = {
witnesses: witnesses,
last_stable_mci: 2871302,
last_known_mci: 2871312
};
client.api.catchup(params, function(err, result) {
console.log(result);
});Returns
{
status: 'current'
}Last updated
Was this helpful?