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-
@Nxpub fingerprints (4 bytes each). - TLV_
ORIGIN_ PATH_ OVERRIDES - TLV tag for per-
@Norigin-path overrides (BIP-32 path differing from the canonical default for the wrapper). Per v0.13 §3.2. - TLV_
PUBKEYS - TLV tag for per-
@Nxpub bytes (chain-code || compressed pubkey, 65 bytes each). Per v0.13 §3.2; supersedes the v0.12 reservationTLV_XPUBS_RESERVED_V0_12. - TLV_
USE_ SITE_ PATH_ OVERRIDES - TLV tag for use-site-path overrides (per-
@Ndivergent path declarations).