We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
via: https://docs.sun.io/developers/swap/sunswap-overview
tronWeb does not have a method called getContract at all:
Original request: Use the tron web SDK to implement Sunswap trading.
The text was updated successfully, but these errors were encountered:
node version: v20.13.1
"dependencies": { "@noble/secp256k1": "^1.7.1", "tronweb": "^5.3.2" }
Sorry, something went wrong.
The documentation gives wrong api. Please use let contract = await tronWeb.contract([], 'TXk8rQSAvPvBBNtqSoY6nCfsXWCSSpTVQF')
let contract = await tronWeb.contract([], 'TXk8rQSAvPvBBNtqSoY6nCfsXWCSSpTVQF')
No branches or pull requests
via: https://docs.sun.io/developers/swap/sunswap-overview
tronWeb does not have a method called getContract at all:
Original request: Use the tron web SDK to implement Sunswap trading.
The text was updated successfully, but these errors were encountered: