> 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/c-sdk-v3/object-references/wallet/vycreatesignaturebase/vysavedorreadysignatureresponse.md).

# VySavedOrReadySignatureResponse

## Derived Properties ([VyCreateSignatureBase](/sdk-reference/c-sdk-v3/object-references/wallet/vycreatesignaturebase.md))

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

## Properties

| Field            | Type                                                                                               | Description                                               | Required |
| ---------------- | -------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | -------- |
| CreatedAt        | DateTime                                                                                           | ISO 8601 timestamp when the signature request was created | ✗        |
| SignatureRequest | [VySignatureRequestDto](/sdk-reference/c-sdk-v3/object-references/wallet/vysignaturerequestdto.md) | The created signature request object                      | ✗        |
| OriginId         | string                                                                                             | Original request identifier for tracking purposes         | ✗        |

## References

**Schema**

* [VyCreateSignatureBase](/sdk-reference/c-sdk-v3/object-references/wallet/vycreatesignaturebase.md)
