Verify a signed message
verify_messageCheck whether a message was signed with the private key of a Doichain address (signmessage format). Only legacy addresses (M... or N...) can sign messages, bech32 addresses (dc1q...) are not supported. Useful to confirm that a statement really comes from the holder of an address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Legacy Doichain address (M... or N...) that supposedly signed the message | |
| message | Yes | The exact signed text | |
| signature | Yes | Signature in Base64 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||