# VyVerifySignatureRequest

## Properties

| Field         | Type                                                                 | Description                                                                                                                                                      | Required |
| ------------- | -------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| chain         | [VyChain](/sdk-reference/ts-js-v3/object-references/enum/vychain.md) | 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](/sdk-reference/ts-js-v3/function-references/wallet/signatures/verifysignature.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vyverifysignaturerequest.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
