sendTransaction abstract method
Sign and send a transaction described by txParams (EIP-1193
eth_sendTransaction params: from, to, value, data, gas, ...).
Should return the transaction hash hex string.
Implementation
Future<String> sendTransaction(Map<String, dynamic> txParams);