@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 • 402 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getUserOperationReceipt = void 0;
const getUserOperationReceipt = async (client, args) => {
return client.request({
method: "eth_getUserOperationReceipt",
params: [args.hash],
});
};
exports.getUserOperationReceipt = getUserOperationReceipt;
//# sourceMappingURL=getUserOperationReceipt.js.map