We have upgraded the product to App Kit and recommend using it for all production deployments. USDCKit will remain available as a private beta product. Thank you.
@circle-fin/usdckit - v0.25.4
    Preparing search index...

    Type Alias GetTokenBalanceReturnType

    type GetTokenBalanceReturnType = {
        decimals: number | undefined;
        formatted: NativeUnits;
        symbol: string | undefined;
        token: Address | undefined;
        value: BaseUnits;
    }
    Index

    Properties

    decimals: number | undefined

    The number of decimals used by the token

    formatted: NativeUnits

    The formatted balance

    symbol: string | undefined

    The token symbol (e.g., "ETH", "USDC")

    token: Address | undefined

    The token address, or undefined for native token

    value: BaseUnits

    The balance value in the smallest indivisible unit