0.2.67 • Published 4 years ago
@zhutxtronscan/client v0.2.67
How to use
Requirements
- Node v9.8.0
Running tests
> npm testUsage
Install the package
> npm install @tronscan/clientUse the HTTP Client
import {Client} from "@tronscan/client";
const client = new Client();
let recentBlocks = await client.getBlocks({
sort: '-number',
limit: 10,
});0.2.67
4 years ago