FVyCreateSignatureOneOf
Properties
CreatedAt
FDateTime
ISO 8601 timestamp when the signature request was created
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)
Last updated