getAllActiveSigners

Calls the "getAllActiveSigners" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.