import { TransactionInfo } from "../../core/transaction/info.js"; import { NotFound } from "@ethernauta/core"; import * as valibot3104 from "valibot"; import { InferOutput } from "valibot"; import { Readable } from "@ethernauta/transport"; //#region src/method/transaction/get-transaction-by-block-hash-and-index.d.ts declare const ParametersSchema: valibot3104.UnionSchema<[valibot3104.TupleSchema<[valibot3104.SchemaWithPipe, valibot3104.BrandAction<`0x${string}`, "Hash32">]>, valibot3104.SchemaWithPipe | undefined>, valibot3104.BrandAction<`0x${string}`, "Uint">]>], undefined>, valibot3104.ObjectSchema<{ readonly blockHash: valibot3104.SchemaWithPipe, valibot3104.BrandAction<`0x${string}`, "Hash32">]>; readonly transactionIndex: valibot3104.SchemaWithPipe | undefined>, valibot3104.BrandAction<`0x${string}`, "Uint">]>; }, undefined>], undefined>; type Parameters = InferOutput; /** * @returns Transaction information or null if not found */ declare function eth_getTransactionByBlockHashAndIndex(_parameters: Parameters): Readable; //#endregion export { eth_getTransactionByBlockHashAndIndex }; //# sourceMappingURL=get-transaction-by-block-hash-and-index.d.ts.map