fbsobreira / gotron-sdk

Tron SDK for golang / CLI tool with keystore manager
GNU Lesser General Public License v3.0
322 stars 206 forks source link

Documentation or Example #119

Open robertchar92 opened 9 months ago

robertchar92 commented 9 months ago

Is there any documentation or example for this repo?

robertchar92 commented 9 months ago

hi @fbsobreira, i'm trying to use this function in gotron-sdk

func (g GrpcClient) EstimateEnergy(from, contractAddress, method, jsonString string, tAmount int64, tTokenID string, tTokenAmount int64) (api.EstimateEnergyMessage, error)

but i dont' know how to fill method, jsonString, tTokenID and tTokenAmount. Can you give me example?

chernyshev commented 9 months ago

See an example here https://github.com/fbsobreira/gotron-sdk/blob/master/pkg/client/contracts_test.go#L56