signMessageV2 and verifyMessageV2 for signing and verifying strings.| Parameter | Description | Data Type |
|---|---|---|
| hexMsg | Hex-formatted string. | String |
| signedMsg | Signature of the string. | String |
| address | Signature address (Base58 or Hex). | String |
bool - true if verified successfully; otherwise, returns an error.