# VyExecutedSignatureResponse

## Derived Properties ([VyCreateSignatureBase](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vycreatesignaturebase))

| Field | Type | Description | Required |
| ----- | ---- | ----------- | -------- |

## Properties

| Field     | Type   | Description                                                    | Required |
| --------- | ------ | -------------------------------------------------------------- | -------- |
| type      | string | Format of the signature representation                         | ✗        |
| 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, typically 0x1b or 0x1c) | ✗        |
| signature | string | Complete signature as concatenated hex string (r + s + v)      | ✗        |

## References

**Schema**

* [VyCreateSignatureBase](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vycreatesignaturebase)
