Future<dynamic> mintWithSignature(req, String signature) async => await _contract.send("mintWithSignature", [req, signature]);