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