This repository was archived by the owner on May 27, 2025. It is now read-only.

Description
Background
Using CKB batch RPC requests can reduce the network time, so adding batch RPC request support to the collector is necessary.
See: #200 (comment)
What needs to be done
Considering the collector only has one RPC request of the CKB node, the function getLiveCells will be added to the collector.
async getLiveCells(outPoints: CKBComponents.OutPoint[], withData = false): Promise<CKBComponents.LiveCell[]> {