Skip to content
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

signAndExecuteTransaction Error #19830

Open
wowok-ai opened this issue Oct 12, 2024 · 1 comment
Open

signAndExecuteTransaction Error #19830

wowok-ai opened this issue Oct 12, 2024 · 1 comment
Assignees
Labels

Comments

@wowok-ai
Copy link

const ret:any = await wallet.signAndExecuteTransaction({transaction:props.txb});
Error: Rejected from user
    at dapp-interface.js:1:60615
    at dapp-interface.js:1:16150
    at a._next (dapp-interface.js:1:15584)
    at t.next (dapp-interface.js:1:8270)
    at dapp-interface.js:1:60532
    at a._next (dapp-interface.js:1:15584)
    at t.next (dapp-interface.js:1:8270)
    at dapp-interface.js:1:16143
    at a._next (dapp-interface.js:1:15584)
    at t.next (dapp-interface.js:1:8270)

During the use of wallet-kit, the wallet UI will flash twice, and the signature transaction will eventually succeed, but an exception will still be thrown.

@hayes-mysten
Copy link
Contributor

If you are using suit-wallet kit, the correct repo to report issues is here: https://github.com/suiet/wallet-kit

If you are using mysten/wallet-kit, this has been deprecated and replaced by dapp-kit

There isn't enough information in this error report to tell what library you are using, or what might be going wrong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants