Deserialize a fixed number of bytes from a stream as a KeyOriginInfo.

Synopsis

Declared in <psbt.h>

template<typename Stream>
KeyOriginInfo
DeserializeKeyOrigin(
    Stream& s,
    uint64_t length);

Return Value

The decoded key origin information.

Parameters

Name

Description

s

The input stream.

length

The number of key‐path bytes to read.

Created with MrDocs