Construct an output by deserializing it from a stream (PSBTv2).
Declared in <psbt.h>
template<typename Stream>
explicit
PSBTOutput(
deserialize_type dtag,
Stream& s,
uint32_t psbt_version);
| Name | Description |
|---|---|
| dtag | Tag selecting the deserializing constructor. |
| s | The input stream. |
| psbt_version | The PSBT version (must be 2). |