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.
Input Arguments
Parameter | Description |
---|---|
| Salt prefix + original message |
| Signed message |
| Public key of account that signed message |
Success Response
Parameter | Description |
---|---|
| Whether the provided signature matches the provided message and public key |
Error Response
Parameter | Description |
---|---|
| The type of error which has occured |
| A description of the error which has occured |
| Any raw data associated with the error |
Example
Request
Response
最后更新于