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

Signature

Represents a raw digital signature.

Table of contents

Properties

Properties

fullSig

fullSig: string

A string representing the complete signature, often a concatenation of the r and s values.


r

Optional r: string

A hexadecimal string representing the first part of the ECDSA signature.


s

Optional s: string

A hexadecimal string representing the second part of the ECDSA signature.


v

Optional v: number

An integer representing the recovery id, which is used in some blockchains to recover the public key from the signature.

Last updated

Was this helpful?