Page MenuHomePhabricator

[ecash-lib] Add a fromTx method to the TxBuilder
ClosedPublic

Authored by bytesofman on Mon, Oct 27, 13:27.

Details

Reviewers
tobias_ruck
Group Reviewers
Restricted Project
Commits
rABC757d42f2cd30: [ecash-lib] Add a fromTx method to the TxBuilder
Summary

In order for postage to work, we need a way of sending a serialized partially-signed tx to a server. The server then must recreate a TxBuilder from this partially signed tx in order to add fuel inputs.

Add and test a method to support this.

Ref D18837 to see where this is going

Test Plan

npm test