Tronscan客户端
节点客户端
如何使用
要求
节点v9.8.0
运行测试
> npm test
用法
安装套件
> npm install @tronscan/client
使用HTTP客户端
import { Client } from "@tronscan/client" ;
const client = new Client ( ) ;
let recentBlocks = await client . getBlocks ( {
sort : '-number' ,
limit : 10 ,
} ) ;
1