import { Uint } from "@ethernauta/core"; import * as valibot1673 from "valibot"; import { InferOutput } from "valibot"; import { Readable } from "@ethernauta/transport"; //#region src/method/filter/new-filter.d.ts declare const ParametersSchema: valibot1673.UnionSchema<[valibot1673.TupleSchema<[valibot1673.ObjectSchema<{ readonly fromBlock: valibot1673.SchemaWithPipe | undefined>, valibot1673.BrandAction<`0x${string}`, "Uint">]>; readonly toBlock: valibot1673.SchemaWithPipe | undefined>, valibot1673.BrandAction<`0x${string}`, "Uint">]>; readonly address: valibot1673.UnionSchema<[valibot1673.SchemaWithPipe, valibot1673.BrandAction<`0x${string}`, "Address">]>, valibot1673.ArraySchema, valibot1673.BrandAction<`0x${string}`, "Address">]>, undefined>], undefined>; readonly topics: valibot1673.ArraySchema, valibot1673.SchemaWithPipe, valibot1673.BrandAction<`0x${string}`, "Bytes32">]>, valibot1673.ArraySchema, valibot1673.BrandAction<`0x${string}`, "Bytes32">]>, undefined>], undefined>, undefined>; }, undefined>], undefined>, valibot1673.ObjectSchema<{ readonly filter: valibot1673.ObjectSchema<{ readonly fromBlock: valibot1673.SchemaWithPipe | undefined>, valibot1673.BrandAction<`0x${string}`, "Uint">]>; readonly toBlock: valibot1673.SchemaWithPipe | undefined>, valibot1673.BrandAction<`0x${string}`, "Uint">]>; readonly address: valibot1673.UnionSchema<[valibot1673.SchemaWithPipe, valibot1673.BrandAction<`0x${string}`, "Address">]>, valibot1673.ArraySchema, valibot1673.BrandAction<`0x${string}`, "Address">]>, undefined>], undefined>; readonly topics: valibot1673.ArraySchema, valibot1673.SchemaWithPipe, valibot1673.BrandAction<`0x${string}`, "Bytes32">]>, valibot1673.ArraySchema, valibot1673.BrandAction<`0x${string}`, "Bytes32">]>, undefined>], undefined>, undefined>; }, undefined>; }, undefined>], undefined>; type Parameters = InferOutput; /** * @returns The created filter's identifier */ declare function eth_newFilter(_parameters: Parameters): Readable; //#endregion export { eth_newFilter }; //# sourceMappingURL=new-filter.d.ts.map