Construct an output by deserializing it from a stream (PSBTv2).

Synopsis

Declared in <psbt.h>

template<typename Stream>
explicit
PSBTOutput(
    deserialize_type dtag,
    Stream& s,
    uint32_t psbt_version);

Parameters

Name

Description

dtag

Tag selecting the deserializing constructor.

s

The input stream.

psbt_version

The PSBT version (must be 2).

Created with MrDocs