Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Not pass compile, report "Type parameter declaration expected."; #100

Open
RobertEyler opened this issue Jul 23, 2024 · 0 comments
Open

Comments

@RobertEyler
Copy link

Error

node_modules/@solana/codecs-data-structures/dist/types/data-enum.d.ts:72:44 - error TS1139: Type parameter declaration expected.

The code

    const accountInfo =await solanaConnection.getAccountInfo(poolPublicKey,'confirmed');
    const poolState = LIQUIDITY_STATE_LAYOUT_V4.decode(accountInfo.data);

Error in compile the project

npm tsc
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant