pub fn decode_scale_compact(data: &[u8]) -> Result<(usize, usize), String>
Decode a SCALE compact-encoded integer, returning (value, bytes_consumed).