verifyMessage
Returns whether the provided signature data matches the provided message and was signed by the account of the provided public key.
Input Arguments
Parameter
Description
message: string
Salt prefix + original message
data: string
Signed message
publicKey: string
Public key of account that signed message
Success Response
Parameter
Description
result: boolean
Whether the provided signature matches the provided message and public key
Error Response
Parameter
Description
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
Example
Request
Response
最后更新于