> 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/fvycreatesignatureoneof.md).

# FVyCreateSignatureOneOf

## Properties

| CreatedAt        | FDateTime                                                                                              | ISO 8601 timestamp when the signature request was created      |
| ---------------- | ------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------- |
| SignatureRequest | [FVySignatureRequestDto](/sdk-reference/ue5-sdk-v3/object-references/wallet/fvysignaturerequestdto.md) | The created signature request object                           |
| OriginId         | FString                                                                                                | Original request identifier for tracking purposes              |
| Type             | FString                                                                                                | Format of the signature representation                         |
| R                | FString                                                                                                | The R component of the ECDSA signature (32 bytes hex)          |
| S                | FString                                                                                                | The S component of the ECDSA signature (32 bytes hex)          |
| V                | FString                                                                                                | The recovery ID component (1 byte hex, typically 0x1b or 0x1c) |
| Signature        | FString                                                                                                | Complete signature as concatenated hex string (r + s + v)      |
