verifyMessage
最后更新于
最后更新于
Returns whether the provided signature data matches the provided message and was signed by the account of the provided public key. For the complete verification process, please go to Testbed.
Parameter | Description |
---|---|
Parameter | Description |
---|---|
Parameter | Description |
---|---|
message: string
Salt prefix + original message
data: string
Signed message
publicKey: string
Public key of account that signed message
result: boolean
Whether the provided signature matches the provided message and public key
type: string
The type of error which has occured
description: string
A description of the error which has occured
data: string
Any raw data associated with the error