Deserialize a length‐prefixed KeyOriginInfo from a stream.

Synopsis

Declared in <psbt.h>

template<typename Stream>
void
DeserializeHDKeypath(
    Stream& s,
    KeyOriginInfo& hd_keypath);

Parameters

Name

Description

s

The input stream.

hd_keypath

Receives the decoded key origin information.

Created with MrDocs