Block API
Get block by ID
let blockID = "1:9GQ46rqY238rk2neSwgidap9ww5zbAN4dyqyC7j5ZnBK:15"
await web1337.getBlockByBlockID(blockID)Get block by SID
let absoluteHeight = 0;
await web1337.getBlockBySID(absoluteHeight);Get sequence of N blocks on shard
Get total number of blocks, transactions and successful transactions
Last updated