UNPKG

@dashevo/wallet-lib

Version:
13 lines (11 loc) 205 B
/** * * @return {string[]} */ function getIdentityIds() { return this.storage .getWalletStore(this.walletId) .getIndexedIdentityIds() .filter(Boolean); } module.exports = getIdentityIds;