I have a contract on the shasta test network. I create a contract inside my smart contract and save its address in an array, but i can't call function(i use tronweb) from contract which i create in smart contract. how i can call functions from contracts which created first contract? please help me. thanks
i can call functions from first smart contract which i created, but i cant call functions from contract which created first contract
link for shasta it is contract which created first contract and link for shasta it is first contract
You have to use transaction builder to do that:
.send()
like: https://developers.tron.network/reference#triggersmartcontract.call()
like: https://developers.tron.network/reference#triggerconstantcontract-1