# VyExecutedSignatureResponse

## Derived Properties ([VyCreateSignatureBase](https://sdk.venly.io/sdk-reference/c-sdk-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/c-sdk-v3/object-references/wallet/vycreatesignaturebase)
