Skip to content

Returns the address list for a list ID, if it is a reserved ID (i.e. Mint, Manager, All, None, validly formatted address, ...)

const getReservedAddressList: (addressListId) => AddressList = AddressList.getReservedAddressList

Defined in: packages/bitbadgesjs-sdk/src/core/addressLists.ts:460

Returns the address list for a list ID, if it is a reserved ID (i.e. Mint, Manager, All, None, validly formatted address, ...)

Returns the address list for a list ID, if it is a reserved ID (i.e. Mint, Manager, All, None, validly formatted address, ...)

Parameters

addressListId

string

Returns

AddressList

Edit this page on GitHub