UNPKG

@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

7 lines 213 B
export const getSupportedEntryPoints = async (client) => { return client.request({ method: "eth_supportedEntryPoints", params: [], }); }; //# sourceMappingURL=getSupportedEntryPoints.js.map