1.1.2 • Published 6 months ago

@daochild/tronweb-typescript v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

tronweb-typescript

Typescript support package for tronweb library ^4.x (and 5.x)

NOTE:
Please use official documentation for get actual information about method and their arguments. https://developers.tron.network/reference/tronweb-object

Installation

Required: node v14+ LTS

npm install --save-dev @daochild/tronweb-typescript

Using

  1. Import type in package.json as @types/tronweb.
{
  "imports": {
    "@types/tronweb": "./node_modules/@daochild/tronweb-typescript/dist/index.d.ts"
  }
}
  1. Add reference type before import tronweb.
// <reference types="@types/tronweb" />
import TronWeb from 'tronweb';

Would be nice to do

To put a star ⭐ at the top right of the screen.

1.1.1

8 months ago

1.1.0

8 months ago

1.1.2

6 months ago

1.0.103

12 months ago

1.0.102

1 year ago

1.0.101

1 year ago

1.0.1

1 year ago