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