pub fn discover_mpp_key() -> Option<String>Expand description
Attempt to auto-discover an MPP signing key from the Tempo wallet.
Returns Some(hex_key) if a key is found, None otherwise.
Never fails — discovery errors are silently ignored (logged at debug level).