VyExecutedSignatureResponse
\!! DESCRIPTION MISSING !!
Last updated
\!! DESCRIPTION MISSING !!
Field
Type
Description
Required
Type
string
Format of the signature representation
β
R
string
The R component of the ECDSA signature (32 bytes hex)
β
S
string
The S component of the ECDSA signature (32 bytes hex)
β
V
string
The recovery ID component (1 byte hex, typically 0x1b or 0x1c)
β
Signature
string
Complete signature as concatenated hex string (r + s + v)
β
Schema
Last updated