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