TRON tron_signTransaction returns only signature (no raw_data / raw_data_hex) via Trust Wallet #7069
Unanswered
ArtKira31
asked this question in
Developer Support
Replies: 1 comment
-
|
Hi! Can you help me with my issue, on Discussion #7153 !? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Reown Support Team,
I am integrating TRON using Reown UniversalConnector together with TronWeb and encountered an issue when signing TRON transactions via WalletConnect-compatible wallets, specifically Trust Wallet.
When calling tron_signTransaction, Trust Wallet returns only:
{"signature": "..."}
But TRON requires the full signed transaction to broadcast:
raw_data
raw_data_hex
signature
txID
The same request works correctly in Binance Wallet, which returns the complete object.
We also tried adding:
{
"sessionProperties": {
"tron_method_version": "v1"
}
} —but this did not change anything.
Questions:
Does Reown UniversalConnector fully support TRON’s tron_signTransaction including raw_data and raw_data_hex?
Is any additional configuration required for Trust Wallet or other TRON-compatible wallets?
Is there documentation describing the expected wallet response for TRON signing?
If Trust Wallet does not return full transaction data, is there a recommended workaround?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions