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