UNPKG

permissionless

Version:

A utility library for working with ERC-4337

18 lines (17 loc) 575 B
export const KernelV3MetaFactoryDeployWithFactoryAbi = [ { type: "function", name: "deployWithFactory", inputs: [ { name: "factory", type: "address", internalType: "contract KernelFactory" }, { name: "createData", type: "bytes", internalType: "bytes" }, { name: "salt", type: "bytes32", internalType: "bytes32" } ], outputs: [{ name: "", type: "address", internalType: "address" }], stateMutability: "payable" } ] as const