hashgraph / hedera-transaction-tool

Transaction tool application
Apache License 2.0
0 stars 0 forks source link

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

Open SimiHunjan opened 3 hours ago

SimiHunjan commented 3 hours ago

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 commented 2 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.