getAllSigners

Calls the "getAllSigners" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.