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