`TAddress` on `assertAccountsDecoded` must be plural
オープン
bug
do-not-close
- 主要言語
- TypeScript
- スター
- 695
- フォーク
- 210
- 平均マージ
- 21時間 33分
- マージ済み PR(30日)
- 90
説明
The `assertAccountsDecoded` of `@solana/addresses` has a type parameter `TAddress`. This param is not plural, which implies that although `assertAccountsDecoded` operates over an array of addresses, the type parameter would enforce that every account has the same address.
Both `TAddress` and `TData` should probably be plural, and the return type should map over them to convert from something like `Account` to `Account`
コントリビューションガイド
評価
この issue はまだ評価されていません。