We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d5c6b commit e9921fbCopy full SHA for e9921fb
packages/snaps-controllers/src/interface/SnapInterfaceController.ts
@@ -492,6 +492,12 @@ export class SnapInterfaceController extends BaseController<
492
);
493
}
494
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
+ */
501
#listAccounts(chainIds: CaipChainId[]) {
502
const accounts = chainIds.reduce<InternalAccount[]>((acc, chainId) => {
503
const result = this.messagingSystem.call(
0 commit comments