Authorization signature data (optional)
Address that signed the authorization
Chain ID for the authorization signature
Nonce used in the authorization signature
R component of the ECDSA signature
S component of the ECDSA signature
V component of the ECDSA signature
Y parity of the signature (0 or 1)
Was this page helpful?
{
"address": "<string>",
"chainId": 123,
"nonce": 123,
"r": "<string>",
"s": "<string>",
"v": "<string>",
"yParity": 123
}