x402-chainlink
Preparing search index...
decodeCompactSignature
Function decodeCompactSignature
decodeCompactSignature
(
signature
:
`
0x
${
string
}
`
,
)
:
{
r
:
`
0x
${
string
}
`
;
s
:
`
0x
${
string
}
`
;
v
:
number
}
Decode a compact signature to v, r, s components
Parameters
signature
:
`
0x
${
string
}
`
Compact signature (65 bytes)
Returns
{
r
:
`
0x
${
string
}
`
;
s
:
`
0x
${
string
}
`
;
v
:
number
}
Object with v, r, s
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
x402-chainlink
Loading...
Decode a compact signature to v, r, s components