-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
solana_signTransaction error Unknown method(s) requested) #178
Comments
Unknown methods means the request had a method that wasn't supported by the wallet. I don't have a solana/tron/bitcoin/doge/Ripple example, no. Sorry. The structure of the request will be the same between the site you referenced and flutter. |
@Luzzotica I used solana_signTransaction method which is from WalletConnect documentation, I think if the params aren't match and any required data is missing TrustWallet throw this error I have seen this before here is source code of project how they sign transaction on solana the project have more chains as well for transaction
|
@quetool any plan to add example of making transaction with Solana/Tron/Polkadot blockchains? |
I am trying to signTransaction on solana chain but get error
JsonRpcError(code: 5201, message: Unknown method(s) requested)
I guess Params aren't rightis there any example in flutter of signing transaction on solana/tron/bitcoin/doge/Ripple and send it to blockchain? I have been looking for example that's done with walletconnect but couldn't find any full example same as https://react-app.walletconnect.com/
The text was updated successfully, but these errors were encountered: