import { Hash32 } from "@ethernauta/core"; import * as valibot4952 from "valibot"; import { InferOutput } from "valibot"; import { Writable } from "@ethernauta/transport"; //#region src/method/submit/send-raw-transaction.d.ts declare const ParametersSchema: valibot4952.UnionSchema<[valibot4952.TupleSchema<[valibot4952.SchemaWithPipe, valibot4952.BrandAction<`0x${string}`, "Bytes">]>], undefined>, valibot4952.ObjectSchema<{ readonly transaction: valibot4952.SchemaWithPipe, valibot4952.BrandAction<`0x${string}`, "Bytes">]>; }, undefined>], undefined>; type Parameters = InferOutput; /** * @returns The transaction hash */ declare function eth_sendRawTransaction(_parameters: Parameters): Writable; //#endregion export { eth_sendRawTransaction }; //# sourceMappingURL=send-raw-transaction.d.ts.map