import { Uint } from "@ethernauta/core"; import * as valibot2004 from "valibot"; import { InferOutput } from "valibot"; import { Readable } from "@ethernauta/transport"; //#region src/method/state/get-storage-at.d.ts declare const ParametersSchema: valibot2004.UnionSchema<[valibot2004.TupleSchema<[valibot2004.SchemaWithPipe, valibot2004.BrandAction<`0x${string}`, "Address">]>, valibot2004.SchemaWithPipe | undefined>, valibot2004.BrandAction<`0x${string}`, "Uint256">]>, valibot2004.UnionSchema<[valibot2004.SchemaWithPipe | undefined>, valibot2004.BrandAction<`0x${string}`, "Uint">]>, valibot2004.UnionSchema<[valibot2004.LiteralSchema<"earliest", undefined>, valibot2004.LiteralSchema<"finalized", undefined>, valibot2004.LiteralSchema<"safe", undefined>, valibot2004.LiteralSchema<"latest", undefined>, valibot2004.LiteralSchema<"pending", undefined>], undefined>, valibot2004.SchemaWithPipe, valibot2004.BrandAction<`0x${string}`, "Hash32">]>], undefined>], undefined>, valibot2004.TupleSchema<[valibot2004.SchemaWithPipe, valibot2004.BrandAction<`0x${string}`, "Address">]>, valibot2004.SchemaWithPipe | undefined>, valibot2004.BrandAction<`0x${string}`, "Uint256">]>], undefined>, valibot2004.ObjectSchema<{ readonly address: valibot2004.SchemaWithPipe, valibot2004.BrandAction<`0x${string}`, "Address">]>; readonly storageSlot: valibot2004.SchemaWithPipe | undefined>, valibot2004.BrandAction<`0x${string}`, "Uint256">]>; }, undefined>, valibot2004.ObjectSchema<{ readonly address: valibot2004.SchemaWithPipe, valibot2004.BrandAction<`0x${string}`, "Address">]>; readonly storageSlot: valibot2004.SchemaWithPipe | undefined>, valibot2004.BrandAction<`0x${string}`, "Uint256">]>; readonly blockNumberOrTagOrHash: valibot2004.UnionSchema<[valibot2004.SchemaWithPipe | undefined>, valibot2004.BrandAction<`0x${string}`, "Uint">]>, valibot2004.UnionSchema<[valibot2004.LiteralSchema<"earliest", undefined>, valibot2004.LiteralSchema<"finalized", undefined>, valibot2004.LiteralSchema<"safe", undefined>, valibot2004.LiteralSchema<"latest", undefined>, valibot2004.LiteralSchema<"pending", undefined>], undefined>, valibot2004.SchemaWithPipe, valibot2004.BrandAction<`0x${string}`, "Hash32">]>], undefined>; }, undefined>], undefined>; type Parameters = InferOutput; /** * @returns The value from a storage position at a given address */ declare function eth_getStorageAt(_parameters: Parameters): Readable; //#endregion export { eth_getStorageAt }; //# sourceMappingURL=get-storage-at.d.ts.map