Skip to content

Function: isValidSignature()

isValidSignature(sign): boolean

Defined in: hash.ts:44

Validates a provided signature string based on its format and internal hash check.

Parameters

sign

string

The signature string to be validated.

Returns

boolean

  • True if the signature is a valid format and the internal hash check passes, false otherwise.

Released under the MIT License.