Why Wallet doesn't have unchecked methods ? #2296
Unanswered
kazuki-hanai
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The unchecked methods are only to deal with a limitation in the JSON-RPC specification (i.e. that the result of sending a transaction requires async operations to fetch the details of a transaction). A wallet has immediate and synchronous access to this information, so it doesn’t require unchecked methods. Does that make sense? |
Beta Was this translation helpful? Give feedback.
2 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.
-
Wallet class doesn't have unchecked methods unlike JsonRpcSigner.sendUncheckedTransaction. Why doesn't have?
Beta Was this translation helpful? Give feedback.
All reactions