import * as valibot1576 from "valibot"; import { InferOutput } from "valibot"; import { Readable } from "@ethernauta/transport"; import { AbiCodec, DecodedEventLog } from "@ethernauta/abi"; //#region src/method/filter/get-contract-events.d.ts declare const GetContractEventsInputSchema: valibot1576.ObjectSchema<{ readonly address: valibot1576.SchemaWithPipe, valibot1576.BrandAction<`0x${string}`, "Address">]>; readonly name: valibot1576.StringSchema; readonly indexed: valibot1576.ArraySchema, undefined>; readonly fromBlock: valibot1576.SchemaWithPipe | undefined>, valibot1576.BrandAction<`0x${string}`, "Uint">]>; readonly toBlock: valibot1576.SchemaWithPipe | undefined>, valibot1576.BrandAction<`0x${string}`, "Uint">]>; readonly values: valibot1576.OptionalSchema, undefined>, undefined>; readonly anonymous: valibot1576.OptionalSchema, undefined>; }, undefined>; type GetContractEventsInput = InferOutput; declare function get_contract_events[]>(_parameters: GetContractEventsInput & { args: Args; }): Readable; //#endregion export { GetContractEventsInput, GetContractEventsInputSchema, get_contract_events }; //# sourceMappingURL=get-contract-events.d.ts.map