Function deserializeSignature

  • Deserializes a signature from a hex string. Attempts to deserialize using various signature types in sequence until one succeeds.

    Parameters

    • signature: HexInput

      The hex string representation of the signature to deserialize

    Returns Signature

    The deserialized signature

    Error if deserialization fails for all supported signature types or if multiple deserializations are found