Refactor Synchronizer.createProposedTransactions
to expose PCZTs
#1507
Milestone
Synchronizer.createProposedTransactions
to expose PCZTs
#1507
Currently the public API takes a
Proposal
and returns the txids of fully-created and network-submitted transactions. We instead need to refactor this into several parts:Proposal
and produces one or more unauthorized PCZTs.The existing API can then be a wrapper around these parts that continues to be a one-pass synchronous API for users that don't need to interact with other devices during transaction creation.
The text was updated successfully, but these errors were encountered: