import * as valibot5022 from "valibot"; //#region src/core/transaction/generic.d.ts /** * Generic transaction object applicable to all types. * Per execution-apis, every field is optional — callers * provide only what they want to pin, the endpoint * (wallet / managed-key node) fills the rest. * * `_ethernauta` is a namespaced sidecar field other 1193 * wallets silently strip. Ethernauta reads its `function` * sub-field to render decoded calldata in the sign view. */ declare const GenericTransactionSchema: valibot5022.ObjectSchema<{ readonly type: valibot5022.OptionalSchema, valibot5022.BrandAction<`0x${string}`, "Byte">]>, undefined>; readonly nonce: valibot5022.OptionalSchema | undefined>, valibot5022.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly to: valibot5022.OptionalSchema, valibot5022.BrandAction<`0x${string}`, "Address">]>, undefined>, undefined>; readonly from: valibot5022.OptionalSchema, valibot5022.BrandAction<`0x${string}`, "Address">]>, undefined>; readonly gas: valibot5022.OptionalSchema | undefined>, valibot5022.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly value: valibot5022.OptionalSchema | undefined>, valibot5022.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly input: valibot5022.OptionalSchema, valibot5022.BrandAction<`0x${string}`, "Bytes">]>, undefined>; readonly gasPrice: valibot5022.OptionalSchema | undefined>, valibot5022.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly maxPriorityFeePerGas: valibot5022.OptionalSchema | undefined>, valibot5022.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly maxFeePerGas: valibot5022.OptionalSchema | undefined>, valibot5022.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly maxFeePerBlobGas: valibot5022.OptionalSchema | undefined>, valibot5022.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly accessList: valibot5022.OptionalSchema, valibot5022.BrandAction<`0x${string}`, "Address">]>; readonly storageKeys: valibot5022.ArraySchema, valibot5022.BrandAction<`0x${string}`, "Hash32">]>, undefined>; }, undefined>, undefined>, undefined>; readonly blobVersionedHashes: valibot5022.OptionalSchema, valibot5022.BrandAction<`0x${string}`, "Hash32">]>, undefined>, undefined>; readonly blobs: valibot5022.OptionalSchema, valibot5022.BrandAction<`0x${string}`, "Bytes">]>, undefined>, undefined>; readonly chainId: valibot5022.OptionalSchema | undefined>, valibot5022.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly _ethernauta: valibot5022.OptionalSchema; readonly names: valibot5022.ArraySchema, undefined>; }, undefined>, undefined>; }, undefined>, undefined>; }, undefined>; //#endregion export { GenericTransactionSchema }; //# sourceMappingURL=generic.d.ts.map