-
Getting this when running tests
```bash
# Unhandled error between tests
-------------------------------
22 | return this;
23 | }.call(null) ||
24 | Function('return this')();
25…
-
I'm using tronAdapter with OKX Wallet. There's something really strange happening. In the mobile OKX DApp browser, when I call await sendRawTransaction, the code does not proceed to the next line. I d…
-
The project looks broken.
According to the package.json
```
...
"license": "MIT",
"main": "index.js",
"name": "@daochild/tronweb-typescript",
...
```
there are no `types` defined an…
-
1) After install tronweb dependancy missing
Error: Cannot find module '@noble/secp256k1'
Require stack: C:\Users\user\Desktop\check_typescript_export\node_modules\tronweb\dist\TronWeb.node.js
co…
-
When doing `import TronWeb from "tronweb";` in my TS project, I get the type error saying that
```
Try `npm i --save-dev @types/tronweb` if it exists or add a new declaration (.d.ts) file contain…
-
There is problems with defining contract instances, and calling functions from them, it can't do that, I don't know why, matter fact I tried with simple tronlink-tronweb and same code works for it, I …
-
I'm using tronweb version `6.0.0-beta.4`. When i try to use `tsc` command i get this error
```
node_modules/tronweb/lib/commonjs/types/Providers.d.ts:2:52 - error TS2749: 'AxiosHeaders' refers to a…
-
### Prize Title
Beginner Fluence Bounty | Use the fluence js node example to wrap and expose a Web3 JS/TS library
### Difficulty
Beginner
### Prize Bounty
- Total: USD 3,500
- 5 prizes x USD…
-
Hello,
[7e45745226085334dd91ce42a3beb76dcb3b6f164f5ec558a49abac8ba1885a0](https://tronscan.io/#/transaction/7e45745226085334dd91ce42a3beb76dcb3b6f164f5ec558a49abac8ba1885a0) this is a valid USDT tr…
-
Hello! How to properly create a TronWeb instance? I get an error
![image](https://github.com/daochild/tronweb-typescript/assets/48432436/1582e255-d9b3-486c-a5fa-61f70451f871)
![image](https://gi…