Future<dynamic> grantRole(String role, String account) async { return await _contract.send("grantRole", [role, account]); }