Epoch API

Get current epoch on threads

Verification Thread

await web1337.getCurrentEpochOnThread("vt")

Approvement Thread

await web1337.getCurrentEpochOnThread("at")

Get current leaders on shards

await web1337.getCurrentLeadersOnShards()

Get epoch data by epoch index

let epochIndex = 196

await web1337.getEpochDataByEpochIndex(epochIndex)

Last updated