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?