type EthSignRequest = { method: "eth_sign"; params: [Hex, EvmAddress]; };
method
"eth_sign"
params
Hex
EvmAddress
Was this page helpful?