0.2.99 • Published 5 months ago

@tronscanteam/apiclients v0.2.99

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
5 months ago

How to use

Requirements

  • Node v9.8.0

Running tests

> npm test

Usage

Install the package

> npm install @tronscanteam/apiclients

Use the HTTP Client

import {Client} from "@tronscanteam/apiclients";

const client = new Client();

let recentBlocks = await client.getBlocks({
  sort: '-number',
  limit: 10,
});
0.2.99

5 months ago

0.2.96

6 months ago

0.2.98

6 months ago

0.2.97

6 months ago

0.2.95

11 months ago

0.2.94

11 months ago

0.2.93

11 months ago

0.2.92

11 months ago

0.2.85

12 months ago

0.2.91

11 months ago

0.2.90

11 months ago

0.2.89

11 months ago

0.2.88

11 months ago

0.2.87

12 months ago

0.2.86

12 months ago

0.2.84

1 year ago

0.2.83

1 year ago

0.2.82

2 years ago

0.2.81

2 years ago