import { FilterResults } from "../../core/filter.js"; import * as valibot1599 from "valibot"; import { InferOutput } from "valibot"; import { Readable } from "@ethernauta/transport"; //#region src/method/filter/get-logs.d.ts declare const ParametersSchema: valibot1599.UnionSchema<[valibot1599.TupleSchema<[valibot1599.ObjectSchema<{ readonly fromBlock: valibot1599.SchemaWithPipe | undefined>, valibot1599.BrandAction<`0x${string}`, "Uint">]>; readonly toBlock: valibot1599.SchemaWithPipe | undefined>, valibot1599.BrandAction<`0x${string}`, "Uint">]>; readonly address: valibot1599.UnionSchema<[valibot1599.SchemaWithPipe, valibot1599.BrandAction<`0x${string}`, "Address">]>, valibot1599.ArraySchema, valibot1599.BrandAction<`0x${string}`, "Address">]>, undefined>], undefined>; readonly topics: valibot1599.ArraySchema, valibot1599.SchemaWithPipe, valibot1599.BrandAction<`0x${string}`, "Bytes32">]>, valibot1599.ArraySchema, valibot1599.BrandAction<`0x${string}`, "Bytes32">]>, undefined>], undefined>, undefined>; }, undefined>], undefined>, valibot1599.ObjectSchema<{ readonly filter: valibot1599.ObjectSchema<{ readonly fromBlock: valibot1599.SchemaWithPipe | undefined>, valibot1599.BrandAction<`0x${string}`, "Uint">]>; readonly toBlock: valibot1599.SchemaWithPipe | undefined>, valibot1599.BrandAction<`0x${string}`, "Uint">]>; readonly address: valibot1599.UnionSchema<[valibot1599.SchemaWithPipe, valibot1599.BrandAction<`0x${string}`, "Address">]>, valibot1599.ArraySchema, valibot1599.BrandAction<`0x${string}`, "Address">]>, undefined>], undefined>; readonly topics: valibot1599.ArraySchema, valibot1599.SchemaWithPipe, valibot1599.BrandAction<`0x${string}`, "Bytes32">]>, valibot1599.ArraySchema, valibot1599.BrandAction<`0x${string}`, "Bytes32">]>, undefined>], undefined>, undefined>; }, undefined>; }, undefined>], undefined>; type Parameters = InferOutput; /** * @returns All logs matching filter with given id */ declare function eth_getLogs(_parameters: Parameters): Readable; //#endregion export { eth_getLogs }; //# sourceMappingURL=get-logs.d.ts.map