-
Notifications
You must be signed in to change notification settings - Fork 168
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
Provide cancel txn via api #123
Comments
You mean cancelling a submitted transaction to the network? That is not possible. |
@alessandrokonrad I mean cancelling transaction before it is signed and submitted. For ref: |
Do you mean like the dApp sends, say, The dApp would have to just ignore the signed tx returned (or the user cancelled error) returned when the user closes the tx sign box or presses Cancel/Sign in it. Can you elaborate on your exact use case? Why is the dApp asking the user to sign a TX and then changing its mind before the user can sign it or refuse it? If you think this is an important use-case then feel free to leave a comment on CIP-0030's initial merge PR to get a discussion started. It didn't come up in any of the discussion before in the spec. Otherwise you'll just have to tell the user they should cancel it or simply ignore whatever output is in it if you no longer want the user to sign it. |
If user initiates txn signing and returns to the DApp and navigates to a different location DApp would want to cancel the txn via api. Is there a challenge exposing
cancel
api?The text was updated successfully, but these errors were encountered: