Skip to content

Recreate a SignedTransaction #279

@dgarcia360

Description

@dgarcia360

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 SignedTransaction object can't be recreated.

3. Specifications like the version of the project, operating system, or hardware.

  • nem2-sdk@0.13.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions