Serialize a length‐prefixed KeyOriginInfo to a stream.

Synopsis

Declared in <psbt.h>

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

Parameters

Name

Description

s

The output stream.

hd_keypath

The key origin information to serialize.

Created with MrDocs