Skip to content

T extends NumberType

convertAccountMap<T, U>(item, convertFunction): AccountMap<U>

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/BitBadgesUserInfo.ts:588

Type Parameters

T

T extends NumberType

U

U extends NumberType

Parameters

item

AccountMap<T>

convertFunction

(item) => U

Returns

AccountMap<U>

Edit this page on GitHub