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