Construct an input by deserializing it from a stream (PSBTv2).
Synopsis
Declared in <psbt.h>
template<typename Stream>
explicit
PSBTInput(
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