WitnessV1Taproot::Unser

Serialize the 32-byte x-only key data without a length prefix since it is fixed length.

Synopsis

Declared in <pubkey.h>

template<typename Stream>
static
void
Unser(
    Stream& s,
    XOnlyPubKey& obj);

Parameters

NameDescription
objA BIP340-style x-only public key, storing only the 32-byte x coordinate.