@alchemy/aa-core
Version:
viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts
11 lines • 384 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getSupportedEntryPoints = void 0;
const getSupportedEntryPoints = async (client) => {
return client.request({
method: "eth_supportedEntryPoints",
params: [],
});
};
exports.getSupportedEntryPoints = getSupportedEntryPoints;
//# sourceMappingURL=getSupportedEntryPoints.js.map