PartiallySignedTransaction::PartiallySignedTransaction

Construct a PSBT by deserializing it from a stream.

Synopsis

Declared in <psbt.h>

template<typename Stream>
PartiallySignedTransaction(
    deserialize_type dtag,
    Stream& s);

Parameters

NameDescription
dtagTag selecting the deserializing constructor.
sThe input stream.