DeserializeHDKeypath

Deserialize a length-prefixed KeyOriginInfo from a stream.

Synopsis

Declared in <psbt.h>

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

Parameters

NameDescription
sThe input stream.
hd_keypathReceives the decoded key origin information.