Represents a raw digital signature.
fullSig
r
s
v
β’ fullSig: string
string
A string representing the complete signature, often a concatenation of the r and s values.
β’ Optional r: string
Optional
A hexadecimal string representing the first part of the ECDSA signature.
β’ Optional s: string
A hexadecimal string representing the second part of the ECDSA signature.
β’ Optional v: number
number
An integer representing the recovery id, which is used in some blockchains to recover the public key from the signature.
Last updated 1 year ago
Was this helpful?