import { TraceResult } from "./result.js"; import * as valibot2601 from "valibot"; import { InferOutput } from "valibot"; import { Readable } from "@ethernauta/transport"; //#region src/method/debug/debug-trace-transaction.d.ts declare const DebugTraceTransactionParametersSchema: valibot2601.UnionSchema<[valibot2601.TupleSchema<[valibot2601.SchemaWithPipe, valibot2601.BrandAction<`0x${string}`, "Hash32">]>, valibot2601.ObjectSchema<{ readonly tracer: valibot2601.OptionalSchema, undefined>; readonly timeout: valibot2601.OptionalSchema, undefined>; readonly tracerConfig: valibot2601.OptionalSchema, undefined>; readonly withLog: valibot2601.OptionalSchema, undefined>; }, undefined>, valibot2601.ObjectSchema<{ readonly diffMode: valibot2601.OptionalSchema, undefined>; }, undefined>], undefined>, undefined>; }, undefined>], undefined>, valibot2601.TupleSchema<[valibot2601.SchemaWithPipe, valibot2601.BrandAction<`0x${string}`, "Hash32">]>], undefined>, valibot2601.ObjectSchema<{ readonly transactionHash: valibot2601.SchemaWithPipe, valibot2601.BrandAction<`0x${string}`, "Hash32">]>; readonly tracerConfig: valibot2601.OptionalSchema, undefined>; readonly timeout: valibot2601.OptionalSchema, undefined>; readonly tracerConfig: valibot2601.OptionalSchema, undefined>; readonly withLog: valibot2601.OptionalSchema, undefined>; }, undefined>, valibot2601.ObjectSchema<{ readonly diffMode: valibot2601.OptionalSchema, undefined>; }, undefined>], undefined>, undefined>; }, undefined>, undefined>; }, undefined>], undefined>; type DebugTraceTransactionParameters = InferOutput; declare function debug_traceTransaction(_parameters: DebugTraceTransactionParameters): Readable; //#endregion export { debug_traceTransaction }; //# sourceMappingURL=debug-trace-transaction.d.ts.map