> 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/ts-js-v3/object-references/wallet/vysignaturebase/vyhexsignaturedto.md).

# VyHexSignatureDto

## Derived Properties ([VySignatureBase](/sdk-reference/ts-js-v3/object-references/wallet/vysignaturebase.md))

| Field | Type                                                                                 | Description | Required |
| ----- | ------------------------------------------------------------------------------------ | ----------- | -------- |
| type  | [VySignatureType](/sdk-reference/ts-js-v3/object-references/enum/vysignaturetype.md) |             | ✓        |

## Properties

| Field     | Type   | Description                                               | Required |
| --------- | ------ | --------------------------------------------------------- | -------- |
| r         | string | The R component of the ECDSA signature (32 bytes hex)     | ✗        |
| s         | string | The S component of the ECDSA signature (32 bytes hex)     | ✗        |
| v         | string | The recovery ID component (1 byte hex)                    | ✗        |
| signature | string | Complete signature as concatenated hex string (r + s + v) | ✗        |

## References

**Schema**

* [VySignatureInfoDto](/sdk-reference/ts-js-v3/object-references/wallet/vysignatureinfodto.md)
* [VySignatureBase](/sdk-reference/ts-js-v3/object-references/wallet/vysignaturebase.md)

**Operation**

* [signSignatureById](/sdk-reference/ts-js-v3/function-references/wallet/signatures/signsignaturebyid.md)
