factory SendIcxResponse.fromJson(Map<String, dynamic> json) => SendIcxResponse( txHash: json["txHash"], status: json["status"], );