# FVyHexSignatureDto

## Properties

| R         | FVyOptString | The R component of the ECDSA signature (32 bytes hex)     |
| --------- | ------------ | --------------------------------------------------------- |
| S         | FVyOptString | The S component of the ECDSA signature (32 bytes hex)     |
| V         | FVyOptString | The recovery ID component (1 byte hex)                    |
| Signature | FVyOptString | Complete signature as concatenated hex string (r + s + v) |
| Type      | FString      | <p>\[READ-ONLY] == HEX\_SIGNATURE<br></p>                 |
