# VyVerifySignatureRequest

## Properties

| Field         | Type                                                                                    | Description                                                                                                                                                      | Required |
| ------------- | --------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Chain         | [eVyChain](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evychain) | The blockchain of the signature                                                                                                                                  | ✗        |
| SignerAddress | string                                                                                  | The wallet address that allegedly created the signature. Verification will confirm if this address actually signed the message.                                  | ✗        |
| Message       | string                                                                                  | The exact original message that was signed. Must match precisely - any modification will cause verification to fail.                                             | ✗        |
| Signature     | string                                                                                  | The cryptographic signature to verify. This should be the complete signature value returned from the signing operation (e.g., hex string with r+s+v components). | ✗        |

## References

**Operation**

* [VerifySignature](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/signatures/verifysignature)
