You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a screenshot of code from the TronWeb QuickStart Guide: link
Here is the documentation for the sendTransaction() function: link
I think it is clear that the quick start guide is inaccurate, the quick start guide says to pass in a signed transaction object into the sendTransaction() function. But the send transaction function actually accepts an address, amount and private key.
Can I update the documentation?
The text was updated successfully, but these errors were encountered:
Actually, the sendRawTransaction function is for broadcasting transactions. So the quickstart guide is wrong. We'll fix it in the next documentation update.
Here is a screenshot of code from the TronWeb QuickStart Guide:
link
Here is the documentation for the
sendTransaction()
function:link
I think it is clear that the quick start guide is inaccurate, the quick start guide says to pass in a signed transaction object into the
sendTransaction()
function. But the send transaction function actually accepts an address, amount and private key.Can I update the documentation?
The text was updated successfully, but these errors were encountered: