Coda by Ian Macalinao
    Preparing search index...
    type FarmsPluginAccounts = {
        farmsGlobalConfig: ReturnType<typeof getFarmsGlobalConfigCodec> & SelfFetchFunctions<
            FarmsGlobalConfigArgs,
            FarmsGlobalConfig,
        >;
        farmState: ReturnType<typeof getFarmStateCodec> & SelfFetchFunctions<
            FarmStateArgs,
            FarmState,
        >;
        farmsUserState: ReturnType<typeof getFarmsUserStateCodec> & SelfFetchFunctions<
            FarmsUserStateArgs,
            FarmsUserState,
        >;
        oraclePrices: ReturnType<typeof getOraclePricesCodec> & SelfFetchFunctions<
            OraclePricesArgs,
            OraclePrices,
        >;
    }
    Index
    farmsGlobalConfig: ReturnType<typeof getFarmsGlobalConfigCodec> & SelfFetchFunctions<
        FarmsGlobalConfigArgs,
        FarmsGlobalConfig,
    >
    farmState: ReturnType<typeof getFarmStateCodec> & SelfFetchFunctions<
        FarmStateArgs,
        FarmState,
    >
    farmsUserState: ReturnType<typeof getFarmsUserStateCodec> & SelfFetchFunctions<
        FarmsUserStateArgs,
        FarmsUserState,
    >
    oraclePrices: ReturnType<typeof getOraclePricesCodec> & SelfFetchFunctions<
        OraclePricesArgs,
        OraclePrices,
    >