The method does not exist / is not available #2395
Unanswered
Janaka-Steph
asked this question in
Q&A
Replies: 1 comment
-
|
The only option that may be available is Where are you trying to do the transaction? Usually it has to be initiated from a dapp, not a Snap. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to trigger a send.
Returns:
An error happened: The method does not exist / is not available.Calling
wallet_getPermissionsjust before I can see that the result contains a permission with a parentCapability ofeth_accountsand correct value.Permissions:
According to #2158
eth_sendTransactionis not available.eth_signTransactionis not available either #1420Is there an other way to make a transaction?
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions