getAllAdmins

Calls the "getAllAdmins" function on the contract.

Example

import { getAllAdmins } from "thirdweb/extensions/erc4337";
const result = await getAllAdmins({
contract,
});

Parameters

Returns

The parsed result of the function call.