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

VyExecutedSignatureResponse

\!! DESCRIPTION MISSING !!

Derived Properties (VyCreateSignatureBase)

Field

Type

Description

Required

Properties

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)

βœ—

References

Schema

Last updated