
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@daochild/tronweb-typescript
Advanced tools
Typescript support package for tronweb library ^4.x, ^5.x
NOTE:
Please use official documentation for get actual information about method and their arguments.
https://developers.tron.network/reference/tronweb-object
Required: node v14+ LTS
npm install --save-dev @daochild/tronweb-typescript
{
"imports": {
"@types/tronweb": "./node_modules/@daochild/tronweb-typescript/dist/index.d.ts"
}
}
// <reference types="@types/tronweb" />
import TronWeb from 'tronweb';
Or
tronweb.d.ts in your project src/types (do not forget load this directory in tsconfig).declare module '@type/tronweb' {
export * from '@daochild/tronweb-typescript';
}
To put a star ⭐ at the top right of the screen.
Tron development service, consulting and solution for your web3 project.
Contact with me:
https://t.me/daochild
FAQs
Typescript support package for tronweb library ^4.x, ^5.x
We found that @daochild/tronweb-typescript demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.