> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/fvyhexsignaturedto.md).

# FVyHexSignatureDto

## Properties

| R         | FVyOptString | The R component of the ECDSA signature (32 bytes hex)     |
| --------- | ------------ | --------------------------------------------------------- |
| S         | FVyOptString | The S component of the ECDSA signature (32 bytes hex)     |
| V         | FVyOptString | The recovery ID component (1 byte hex)                    |
| Signature | FVyOptString | Complete signature as concatenated hex string (r + s + v) |
| Type      | FString      | <p>\[READ-ONLY] == HEX\_SIGNATURE<br></p>                 |
