@biconomy/abstractjs
Version:
SDK for Biconomy integration with support for account abstraction, smart accounts, ERC-4337.
6 lines • 331 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isDelegated = void 0;
const isDelegated = async (parameters) => (await Promise.all(parameters.account.deployments.map(({ isDelegated }) => isDelegated()))).every(Boolean);
exports.isDelegated = isDelegated;
//# sourceMappingURL=isDelegated.js.map