import { NotFound, Uint } from "@ethernauta/core"; import * as valibot1870 from "valibot"; import { InferOutput } from "valibot"; import { Readable } from "@ethernauta/transport"; //#region src/method/block/get-block-transaction-count-by-hash.d.ts declare const ParametersSchema: valibot1870.UnionSchema<[valibot1870.TupleSchema<[valibot1870.SchemaWithPipe, valibot1870.BrandAction<`0x${string}`, "Hash32">]>], undefined>, valibot1870.ObjectSchema<{ readonly blockHash: valibot1870.SchemaWithPipe, valibot1870.BrandAction<`0x${string}`, "Hash32">]>; }, undefined>], undefined>; type Parameters = InferOutput; declare function eth_getBlockTransactionCountByHash(_parameters: Parameters): Readable; //#endregion export { eth_getBlockTransactionCountByHash }; //# sourceMappingURL=get-block-transaction-count-by-hash.d.ts.map