Skip to content

AccountMap is used to store the user information by address.

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

AccountMap is used to store the user information by address.

Type Parameters

T

T extends NumberType

Indexable

[bitbadgesAddress: string]: BitBadgesUserInfo<T> | undefined

Edit this page on GitHub