import { Hash32 } from "@ethernauta/core"; import * as valibot4763 from "valibot"; import { InferOutput } from "valibot"; import { Signable } from "@ethernauta/transport"; //#region src/method/submit/send-transaction.d.ts declare const ParametersSchema: valibot4763.UnionSchema<[valibot4763.TupleSchema<[valibot4763.ObjectSchema<{ readonly type: valibot4763.OptionalSchema, valibot4763.BrandAction<`0x${string}`, "Byte">]>, undefined>; readonly nonce: valibot4763.OptionalSchema | undefined>, valibot4763.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly to: valibot4763.OptionalSchema, valibot4763.BrandAction<`0x${string}`, "Address">]>, undefined>, undefined>; readonly from: valibot4763.OptionalSchema, valibot4763.BrandAction<`0x${string}`, "Address">]>, undefined>; readonly gas: valibot4763.OptionalSchema | undefined>, valibot4763.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly value: valibot4763.OptionalSchema | undefined>, valibot4763.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly input: valibot4763.OptionalSchema, valibot4763.BrandAction<`0x${string}`, "Bytes">]>, undefined>; readonly gasPrice: valibot4763.OptionalSchema | undefined>, valibot4763.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly maxPriorityFeePerGas: valibot4763.OptionalSchema | undefined>, valibot4763.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly maxFeePerGas: valibot4763.OptionalSchema | undefined>, valibot4763.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly maxFeePerBlobGas: valibot4763.OptionalSchema | undefined>, valibot4763.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly accessList: valibot4763.OptionalSchema, valibot4763.BrandAction<`0x${string}`, "Address">]>; readonly storageKeys: valibot4763.ArraySchema, valibot4763.BrandAction<`0x${string}`, "Hash32">]>, undefined>; }, undefined>, undefined>, undefined>; readonly blobVersionedHashes: valibot4763.OptionalSchema, valibot4763.BrandAction<`0x${string}`, "Hash32">]>, undefined>, undefined>; readonly blobs: valibot4763.OptionalSchema, valibot4763.BrandAction<`0x${string}`, "Bytes">]>, undefined>, undefined>; readonly chainId: valibot4763.OptionalSchema | undefined>, valibot4763.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly _ethernauta: valibot4763.OptionalSchema; readonly names: valibot4763.ArraySchema, undefined>; }, undefined>, undefined>; }, undefined>, undefined>; }, undefined>], undefined>, valibot4763.ObjectSchema<{ readonly transaction: valibot4763.ObjectSchema<{ readonly type: valibot4763.OptionalSchema, valibot4763.BrandAction<`0x${string}`, "Byte">]>, undefined>; readonly nonce: valibot4763.OptionalSchema | undefined>, valibot4763.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly to: valibot4763.OptionalSchema, valibot4763.BrandAction<`0x${string}`, "Address">]>, undefined>, undefined>; readonly from: valibot4763.OptionalSchema, valibot4763.BrandAction<`0x${string}`, "Address">]>, undefined>; readonly gas: valibot4763.OptionalSchema | undefined>, valibot4763.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly value: valibot4763.OptionalSchema | undefined>, valibot4763.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly input: valibot4763.OptionalSchema, valibot4763.BrandAction<`0x${string}`, "Bytes">]>, undefined>; readonly gasPrice: valibot4763.OptionalSchema | undefined>, valibot4763.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly maxPriorityFeePerGas: valibot4763.OptionalSchema | undefined>, valibot4763.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly maxFeePerGas: valibot4763.OptionalSchema | undefined>, valibot4763.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly maxFeePerBlobGas: valibot4763.OptionalSchema | undefined>, valibot4763.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly accessList: valibot4763.OptionalSchema, valibot4763.BrandAction<`0x${string}`, "Address">]>; readonly storageKeys: valibot4763.ArraySchema, valibot4763.BrandAction<`0x${string}`, "Hash32">]>, undefined>; }, undefined>, undefined>, undefined>; readonly blobVersionedHashes: valibot4763.OptionalSchema, valibot4763.BrandAction<`0x${string}`, "Hash32">]>, undefined>, undefined>; readonly blobs: valibot4763.OptionalSchema, valibot4763.BrandAction<`0x${string}`, "Bytes">]>, undefined>, undefined>; readonly chainId: valibot4763.OptionalSchema | undefined>, valibot4763.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly _ethernauta: valibot4763.OptionalSchema; readonly names: valibot4763.ArraySchema, undefined>; }, undefined>, undefined>; }, undefined>, undefined>; }, undefined>; }, undefined>], undefined>; type Parameters = InferOutput; /** * @returns The transaction hash */ declare function eth_sendTransaction(_parameters: Parameters): Signable; //#endregion export { eth_sendTransaction }; //# sourceMappingURL=send-transaction.d.ts.map