@override List<String> onResonse(List<Map<String, dynamic>> result) { return result.map<String>((e) => e['tx_hash']).toList(); }