# Function: buildTypeExplanation()

> **buildTypeExplanation**(`type`, `maxSupply`, `backingDenom?`): `string`

Defined in: [packages/bitbadgesjs-sdk/src/core/interpret-shared.ts:322](https://github.com/BitBadges/bitbadgesjs/blob/master/packages/bitbadgesjs-sdk/src/core/interpret-shared.ts#L322)

Build a plain-English explanation of what this type of collection means.
Used by both interpretCollection and interpretTransaction for consistency.

## Parameters

### type

`string`

### maxSupply

`bigint`

### backingDenom?

`string`

## Returns

`string`
