Replies: 1 comment
-
imToken DApp Browser 注入了 tron provider,支持 tronweb 的签名调用,只要按照 tronweb 调用就行。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
我现在正在做tron支付项目, 但是文档上没有对tron调用的相关说明, 我尝试着使用TokenWebView.apis.user.showAccountSwitch('TRON')切换到tron链后, 再调用imToken.callAPI(
"transaction.signTransaction",params) 或 window.ethereum.request({
method: "eth_sendTransaction",
params: [],
}), 出现《该链下找不到此钱包!》 接下来我应该如何操作?
Beta Was this translation helpful? Give feedback.
All reactions