Fenguoz / tron-php

Support TRON's TRX and TRC20, which include functions such as address creation, balance query, transaction transfer, query the latest blockchain, query information based on the blockchain, and query information based on the transaction hash
MIT License
194 stars 65 forks source link

iexbase/tron-api 版本兼容性问题 #2

Closed 619096932 closed 3 years ago

619096932 commented 3 years ago

目前我测试到的 如果需要trc20转账 需要一下组合才可以

"require": { "iexbase/tron-api": "2.*", "fenguoz/tron-php": "0.1.4" },

原因是tron-api里面的一些方法有变更 比如 setIsOnlineSign 这个方法早就移除了 其他的还没测试

Fenguoz commented 3 years ago

确实存在该问题。版本3.0相比2.0移除了setIsOnlineSign()方法,3.0后仅支持离线签名。 已修改更新了 tag0.1.9

EasonJolter commented 3 years ago

trc20-USDT现在可以实现转账了吗?

Fenguoz commented 3 years ago

trc20-USDT现在可以实现转账了吗?

可以

EasonJolter commented 3 years ago

trc20-USDT现在可以实现转账了吗?

可以

大佬能否给个简明的代码例子?

Fenguoz commented 3 years ago

trc20-USDT现在可以实现转账了吗?

可以

大佬能否给个简明的代码例子?

https://github.com/Fenguoz/tron-php/blob/dcdff26256d49e6e9b29300ac7aa1df650b0dd79/tests/TRC20Test.php#L71