supportedMethods property
Implementation
@override
Map<String, List<String>> get supportedMethods => {
NetworkUtils.eip155: [
'personal_sign',
'eth_sendTransaction',
'eth_accounts',
'eth_sendRawTransaction',
'eth_signTypedData_v4',
],
NetworkUtils.solana:
NetworkUtils.defaultNetworkMethods[NetworkUtils.solana]!,
};