You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is simple. I call this initializeVesting method, It is successful, as indicated by logs. and if i use connection.getAccountInfo I get a fully created account
but when fetching accounts using program.account.vestingAccount.fetch it produces error
Error: Account does not exist or has no data 7GRFYmNcig5UMoLbigNAX1d1pNhaErYtrV97fHXKTvQL
at AccountClient.fetch (node_modules/@coral-xyz/anchor/src/program/namespace/account.ts:168:13)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
The issue is simple. I call this initializeVesting method, It is successful, as indicated by logs. and if i use connection.getAccountInfo I get a fully created account
but when fetching accounts using
program.account.vestingAccount.fetch
it produces errormy library versions are the following
The text was updated successfully, but these errors were encountered: