T402 API Reference - v2.8.0
    Preparing search index...

    Variable getBalanceInputSchemaConst

    getBalanceInputSchema: ZodObject<
        {
            network: ZodEnum<
                [
                    "ethereum",
                    "base",
                    "arbitrum",
                    "optimism",
                    "polygon",
                    "avalanche",
                    "ink",
                    "berachain",
                    "unichain",
                ],
            >;
            address: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            network?: | "base"
            | "ethereum"
            | "arbitrum"
            | "optimism"
            | "polygon"
            | "avalanche"
            | "ink"
            | "berachain"
            | "unichain";
            address?: string;
        },
        {
            network?: | "base"
            | "ethereum"
            | "arbitrum"
            | "optimism"
            | "polygon"
            | "avalanche"
            | "ink"
            | "berachain"
            | "unichain";
            address?: string;
        },
    > = ...

    Input schema for getBalance tool