SerializeKeyOrigin

Serialize a KeyOriginInfo to a stream.

Synopsis

Declared in <psbt.h>

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

Parameters

NameDescription
sThe output stream.
hd_keypathThe key origin information to serialize.