Future<String> estimateTxFee( String chainFrom, String txHex, String sender) async { final res = await service.estimateTxFee(chainFrom, txHex, sender); return res; }