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

11 lines 401 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sendRawUserOperation = void 0; const sendRawUserOperation = async (client, args) => { return client.request({ method: "eth_sendUserOperation", params: [args.request, args.entryPoint], }); }; exports.sendRawUserOperation = sendRawUserOperation; //# sourceMappingURL=sendRawUserOperation.js.map