RobertEyler
Results
2
issues of
RobertEyler
I want intergrate into the database, so I restart my app I can use the quartz again
## 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 ```...