Skip to content

Commit e9921fb

Browse files
committed
add missing JSDoc
1 parent 59d5c6b commit e9921fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/snaps-controllers/src/interface/SnapInterfaceController.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,12 @@ export class SnapInterfaceController extends BaseController<
492492
);
493493
}
494494

495+
/**
496+
* Get a list of accounts for the given chain IDs.
497+
*
498+
* @param chainIds - The chain IDs to get the accounts for.
499+
* @returns The list of accounts.
500+
*/
495501
#listAccounts(chainIds: CaipChainId[]) {
496502
const accounts = chainIds.reduce<InternalAccount[]>((acc, chainId) => {
497503
const result = this.messagingSystem.call(

0 commit comments

Comments
 (0)