Skip to main content

Module tlv

Module tlv 

Source
Expand description

TLV section per spec §3.7 (extended in v0.13 §3.2 with Pubkeys and OriginPathOverrides).

Structs§

TlvSection
Decoded TLV section. Fields are populated from per-tag readers; unknown tags are preserved verbatim per D6 forward-compat.

Constants§

TLV_FINGERPRINTS
TLV tag for per-@N xpub fingerprints (4 bytes each).
TLV_ORIGIN_PATH_OVERRIDES
TLV tag for per-@N origin-path overrides (BIP-32 path differing from the canonical default for the wrapper). Per v0.13 §3.2.
TLV_PUBKEYS
TLV tag for per-@N xpub bytes (chain-code || compressed pubkey, 65 bytes each). Per v0.13 §3.2; supersedes the v0.12 reservation TLV_XPUBS_RESERVED_V0_12.
TLV_USE_SITE_PATH_OVERRIDES
TLV tag for use-site-path overrides (per-@N divergent path declarations).