Coda by Ian Macalinao
    Preparing search index...
    type CpAmmPluginPdas = {
        claimFeeOperator: typeof findClaimFeeOperatorPda;
        config: typeof findConfigPda;
        customizablePool: typeof findCustomizablePoolPda;
        eventAuthority: typeof findEventAuthorityPda;
        pool: typeof findPoolPda;
        poolAuthority: typeof findPoolAuthorityPda;
        position: typeof findPositionPda;
        positionNftAccount: typeof findPositionNftAccountPda;
        rewardVault: typeof findRewardVaultPda;
        tokenBadge: typeof findTokenBadgePda;
        tokenVault: typeof findTokenVaultPda;
    }
    Index
    claimFeeOperator: typeof findClaimFeeOperatorPda
    config: typeof findConfigPda
    customizablePool: typeof findCustomizablePoolPda
    eventAuthority: typeof findEventAuthorityPda
    pool: typeof findPoolPda
    poolAuthority: typeof findPoolAuthorityPda
    position: typeof findPositionPda
    positionNftAccount: typeof findPositionNftAccountPda
    rewardVault: typeof findRewardVaultPda
    tokenBadge: typeof findTokenBadgePda
    tokenVault: typeof findTokenVaultPda