Skip to main content

inspect

Function inspect 

Source
pub fn inspect(s: &str) -> Result<InspectReport>
Expand description

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.