Skip to main content

Module inspect

Module inspect 

Source
Expand description

Structural inspection of an ms1 string for debugging / future ms-cli.

Structs§

InspectReport
Structural dump of a parsed ms1 string. #[non_exhaustive] per SPEC §10 — v0.2+ may add fields (share-index detail, threshold-layer hints, derivation metadata).

Functions§

inspect
Inspect an ms1 string. Less strict than decode(): returns a report even for strings that would fail decoder validity rules (e.g., wrong threshold, reserved-not-emitted tag, non-zero prefix byte) — caller can examine the fields to diagnose what’s wrong. Still requires a valid BIP-93 parse.