Calls the "hasAllRoles" function on the contract.
import { hasAllRoles } from "thirdweb/extensions/modules"; const result = await hasAllRoles({ contract, user: ..., roles: ...,});
function hasAllRoles( options: BaseTransactionOptions<HasAllRolesParams>,): Promise<boolean>;
The options for the hasAllRoles function.
let options: BaseTransactionOptions<HasAllRolesParams>;
let returnType: Promise<boolean>;
The parsed result of the function call.