Construct a PSBT by deserializing it from a stream.
Declared in <psbt.h>
template<typename Stream>
PartiallySignedTransaction(
deserialize_type dtag,
Stream& s);
| Name | Description |
|---|---|
| dtag | Tag selecting the deserializing constructor. |
| s | The input stream. |