Sends a raw signed transaction.
Future<String> sendRawTransaction(String signedTx) async { return provider.sendRawTransaction(signedTx); }