Represents a Secp2561 ECDSA signature. This struct holds the components of an ECDSA signature:Documentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
r, s, and y_parity.
Signature
Members
r
Signature
s
Signature
y_parity
The parity of the y coordinate of the elliptic curve point whose x coordinate isr.
y_parity == true means that the y coordinate is odd.
Some places use non boolean v instead of y_parity.
In that case, signature_from_vrs should be used.