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

Allow the application to create and sign a transaction and not submit it #1208

Open
SimiHunjan opened this issue Nov 19, 2024 · 1 comment
Open

Comments

@SimiHunjan
Copy link
Contributor

Problem

There may be some use cases where a transaction is created and signed, but submitted by or used by another tool. The application should allow you to:

(1) Create a transaction
(2) Share the transaction for signing
(3) Does not submit the transaction
(4) The transaction is exported from the tool (can be via API)

Solution

Design a solution for this feature.

Alternatives

No response

@SimiHunjan
Copy link
Contributor Author

Maybe at the transaction creation stage, the window has an option to select the transaction to not be submitted once signed and then the transaction does not get promoted to the execute stage. Once the transaction receives its signature(s) it then moves to history.

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

No branches or pull requests

1 participant