permissionless
Version:
A utility library for working with ERC-4337
16 lines • 541 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.KernelV3FactoryAbi = void 0;
exports.KernelV3FactoryAbi = [
{
type: "function",
name: "createAccount",
inputs: [
{ name: "data", type: "bytes", internalType: "bytes" },
{ name: "salt", type: "bytes32", internalType: "bytes32" }
],
outputs: [{ name: "", type: "address", internalType: "address" }],
stateMutability: "payable"
}
];
//# sourceMappingURL=KernelV3FactoryAbi.js.map