fn parse(bytes: &[u8], check_only: bool) -> Result<Signature, Error>Expand description
Parse a signature string into a Signature.
When check_only is true, the function will not allocate memory for the dynamic types.
Instead it will return dummy values in the parsed Signature.