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 239 B
export const sendRawUserOperation = async (client, args) => { return client.request({ method: "eth_sendUserOperation", params: [args.request, args.entryPoint], }); }; //# sourceMappingURL=sendRawUserOperation.js.map