Function verifyMessage

  • Verify that message was signed by address

    Parameters

    • message: string

      Message that was signed

    • signature: Uint8Array

      Signature of message

    • address: `ak_${string}`

      Address to verify against

    Returns boolean

    is data was signed by address

Generated using TypeDoc