• Validate the input signature by checking if it is null, undefined, or an empty string. If the signature is invalid, it throws an error.

    Throws

    If the signature is null, undefined, or an empty string.

    Parameters

    • signature: string

      The signature to validate.

    Returns void

Generated using TypeDoc