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