Open SimiHunjan opened 3 hours ago
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.
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