Function isValidSignature

  • Parameters

    • signedMessage: string

      Message to check.

    • signature: `0x${string}`
    • address: string

      Address to verify the signer.

    Returns boolean

    Boolean, true if the address signed the message, false otherwise

    Name

    isValidSignature

    Summary

    Check if a message has been signed by the passed address.

Generated using TypeDoc