import { Uint } from "@ethernauta/core"; import * as valibot1331 from "valibot"; import { InferOutput } from "valibot"; import { Readable } from "@ethernauta/transport"; //#region src/gas/buffer-gas-limit.d.ts declare const BufferGasLimitParametersSchema: valibot1331.ObjectSchema<{ readonly tx: valibot1331.ObjectSchema<{ readonly type: valibot1331.OptionalSchema, valibot1331.BrandAction<`0x${string}`, "Byte">]>, undefined>; readonly nonce: valibot1331.OptionalSchema | undefined>, valibot1331.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly to: valibot1331.OptionalSchema, valibot1331.BrandAction<`0x${string}`, "Address">]>, undefined>, undefined>; readonly from: valibot1331.OptionalSchema, valibot1331.BrandAction<`0x${string}`, "Address">]>, undefined>; readonly gas: valibot1331.OptionalSchema | undefined>, valibot1331.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly value: valibot1331.OptionalSchema | undefined>, valibot1331.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly input: valibot1331.OptionalSchema, valibot1331.BrandAction<`0x${string}`, "Bytes">]>, undefined>; readonly gasPrice: valibot1331.OptionalSchema | undefined>, valibot1331.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly maxPriorityFeePerGas: valibot1331.OptionalSchema | undefined>, valibot1331.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly maxFeePerGas: valibot1331.OptionalSchema | undefined>, valibot1331.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly maxFeePerBlobGas: valibot1331.OptionalSchema | undefined>, valibot1331.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly accessList: valibot1331.OptionalSchema, valibot1331.BrandAction<`0x${string}`, "Address">]>; readonly storageKeys: valibot1331.ArraySchema, valibot1331.BrandAction<`0x${string}`, "Hash32">]>, undefined>; }, undefined>, undefined>, undefined>; readonly blobVersionedHashes: valibot1331.OptionalSchema, valibot1331.BrandAction<`0x${string}`, "Hash32">]>, undefined>, undefined>; readonly blobs: valibot1331.OptionalSchema, valibot1331.BrandAction<`0x${string}`, "Bytes">]>, undefined>, undefined>; readonly chainId: valibot1331.OptionalSchema | undefined>, valibot1331.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly _ethernauta: valibot1331.OptionalSchema; readonly names: valibot1331.ArraySchema, undefined>; }, undefined>, undefined>; }, undefined>, undefined>; }, undefined>; readonly multiplier: valibot1331.SchemaWithPipe, valibot1331.MinValueAction]>; }, undefined>; type BufferGasLimitParameters = InferOutput; declare function buffer_gas_limit(_parameters: BufferGasLimitParameters): Readable; //#endregion export { BufferGasLimitParameters, BufferGasLimitParametersSchema, buffer_gas_limit }; //# sourceMappingURL=buffer-gas-limit.d.ts.map