For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

[READ-ONLY] == HEX_SIGNATURE

Last updated