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_getPermissions
just before I can see that the result contains a permission with a parentCapability ofeth_accounts
and correct value.Permissions:
According to #2158
eth_sendTransaction
is not available.eth_signTransaction
is not available either #1420Is there an other way to make a transaction?
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions