import { NotFound, Uint } from "@ethernauta/core"; import * as valibot1834 from "valibot"; import { InferOutput } from "valibot"; import { Readable } from "@ethernauta/transport"; //#region src/method/block/get-block-transaction-count-by-number.d.ts declare const ParametersSchema: valibot1834.UnionSchema<[valibot1834.TupleSchema<[valibot1834.UnionSchema<[valibot1834.SchemaWithPipe | undefined>, valibot1834.BrandAction<`0x${string}`, "Uint">]>, valibot1834.UnionSchema<[valibot1834.LiteralSchema<"earliest", undefined>, valibot1834.LiteralSchema<"finalized", undefined>, valibot1834.LiteralSchema<"safe", undefined>, valibot1834.LiteralSchema<"latest", undefined>, valibot1834.LiteralSchema<"pending", undefined>], undefined>], undefined>], undefined>, valibot1834.ObjectSchema<{ readonly blockHashOrTag: valibot1834.UnionSchema<[valibot1834.SchemaWithPipe | undefined>, valibot1834.BrandAction<`0x${string}`, "Uint">]>, valibot1834.UnionSchema<[valibot1834.LiteralSchema<"earliest", undefined>, valibot1834.LiteralSchema<"finalized", undefined>, valibot1834.LiteralSchema<"safe", undefined>, valibot1834.LiteralSchema<"latest", undefined>, valibot1834.LiteralSchema<"pending", undefined>], undefined>], undefined>; }, undefined>], undefined>; type Parameters = InferOutput; declare function eth_getBlockTransactionCountByNumber(_parameters: Parameters): Readable; //#endregion export { eth_getBlockTransactionCountByNumber }; //# sourceMappingURL=get-block-transaction-count-by-number.d.ts.map