-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hello is there a guide for building TRC20 transaction with @makkii/app-tron, I use
const client_ = new app_tron.TronApiClient({
network: 'shasta',
trongrid_api: 'https://api.shasta.trongrid.io'
})
const contractAddr = 'TB5NSkyzxkzi3eHW87NwFE6TmtTmnZw61y'
const isTokenTransfer = true
const tokenDecimal = 18
const tx = await client_.buildTransaction('TWQ2Zk63YGhUHb42WVz6pgyhzvi3b2WP8n', 'TLUeAi8mJJsXKshb4toaVcJVgeGeZ9sK2C', 0.0001, {data_: null, gasLimit: 11, gasPrice: 111, contractAddr, isTokenTransfer, tokenDecimal});
Metadata
Metadata
Assignees
Labels
No labels