-
Notifications
You must be signed in to change notification settings - Fork 997
Closed
Labels
1.xPertains to the v1.x line on the maintenance/v1.x branchPertains to the v1.x line on the maintenance/v1.x branchbugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Overview
type TokenBalance = {
accountIndex: number;
mint: string;
owner?: string;
uiTokenAmount: TokenAmount;
};
This type lacks the programId
field specified here. However I can not spot the place in code where that type is being generated so I can not make a pull request.
Steps to reproduce
- Open the
node_modules/@solana/web3.js/lib/index.d.ts
(Line 2263 onv1.95.2
)
Description of bug
-
Metadata
Metadata
Assignees
Labels
1.xPertains to the v1.x line on the maintenance/v1.x branchPertains to the v1.x line on the maintenance/v1.x branchbugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers