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