Coda by Ian Macalinao
    Preparing search index...
    type CpAmmPluginAccounts = {
        claimFeeOperator: ReturnType<typeof getClaimFeeOperatorCodec> & SelfFetchFunctions<
            ClaimFeeOperatorArgs,
            ClaimFeeOperator,
        >;
        config: ReturnType<typeof getConfigCodec> & SelfFetchFunctions<
            ConfigArgs,
            Config,
        >;
        pool: ReturnType<typeof getPoolCodec> & SelfFetchFunctions<PoolArgs, Pool>;
        position: ReturnType<typeof getPositionCodec> & SelfFetchFunctions<
            PositionArgs,
            Position,
        >;
        tokenBadge: ReturnType<typeof getTokenBadgeCodec> & SelfFetchFunctions<
            TokenBadgeArgs,
            TokenBadge,
        >;
        vesting: ReturnType<typeof getVestingCodec> & SelfFetchFunctions<
            VestingArgs,
            Vesting,
        >;
    }
    Index
    claimFeeOperator: ReturnType<typeof getClaimFeeOperatorCodec> & SelfFetchFunctions<
        ClaimFeeOperatorArgs,
        ClaimFeeOperator,
    >
    config: ReturnType<typeof getConfigCodec> & SelfFetchFunctions<
        ConfigArgs,
        Config,
    >
    pool: ReturnType<typeof getPoolCodec> & SelfFetchFunctions<PoolArgs, Pool>
    position: ReturnType<typeof getPositionCodec> & SelfFetchFunctions<
        PositionArgs,
        Position,
    >
    tokenBadge: ReturnType<typeof getTokenBadgeCodec> & SelfFetchFunctions<
        TokenBadgeArgs,
        TokenBadge,
    >
    vesting: ReturnType<typeof getVestingCodec> & SelfFetchFunctions<
        VestingArgs,
        Vesting,
    >