# FVyCreateSignatureOneOf

## Properties

| CreatedAt        | FDateTime                                                                                                               | ISO 8601 timestamp when the signature request was created      |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| SignatureRequest | [FVySignatureRequestDto](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/fvysignaturerequestdto) | 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)      |
