-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
1. Expected behavior and actual behavior.
Summary of the Slack thread:
When signing a transaction with a cold wallet (no internet connection), there is no way to recreate the signed transaction at a later point and announce it to the network using the nem2-sdk.
Although this could be achieved using rest endpoints directly, the nem2-sdk should provide as well to recreate SignedTransaction objects with ease.
Note: Applies as well to CosignatureSignedTransactions.
2. Steps to reproduce the problem.
- Sign transaction in computer A (no internet connection).
- Copy signed transaction payload.
- Share payload with computer B.
- Announce transaction in computer B -> This is not possible since
SignedTransactionobject can't be recreated.
3. Specifications like the version of the project, operating system, or hardware.
- nem2-sdk@0.13.3
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request