ethSigningMethods top-level constant
Implementation
const ethSigningMethods = [
'eth_sendTransaction',
'eth_signTransaction',
'eth_sign',
'eth_signTypedData',
'eth_signTypedData_v1',
'eth_signTypedData_v2',
'eth_signTypedData_v3',
'eth_signTypedData_v4',
'personal_sign',
];