UNPKG

@oko-wallet/oko-sdk-cosmos

Version:
5 lines 212 B
export async function getKeysSettled(chainIds) { await this.waitUntilInitialized; return Promise.allSettled(chainIds.map((chainId) => this.getKey(chainId))); } //# sourceMappingURL=get_keys_settled.js.map