Tom Wang
Results
3
issues of
Tom Wang
1. `CKBRPC.createBatchRequest()` in Lumos currently has limited typing info: `any` ```ts createBatchRequest: (params?: any) => any; ``` So in this PR I manually added response types in `then` blocks for...