Documentation
    Preparing search index...

    Variable IncentiveAPYInfoConst

    IncentiveAPYInfo: BcsType<
        { apy: string; asset_id: number; coin_types: string[] },
        {
            apy: string | number | bigint;
            asset_id: number;
            coin_types: Iterable<string, any, any> & { length: number };
        },
    > = ...

    BCS schema for incentive APY information Contains asset ID, APY value, and supported coin types