Converts the response result to the specified type RESULT.
RESULT
@override List<String> onResonse(List<Map<String, dynamic>> result) { return result.map<String>((e) => e["tx_hash"]).toList(); }