Skip to content

Coin details interface for the coins registry.

Defined in: packages/bitbadgesjs-sdk/src/common/constants.ts:114

Coin details interface for the coins registry.

Properties

baseDenom

baseDenom: string

Defined in: packages/bitbadgesjs-sdk/src/common/constants.ts:119


decimals

decimals: string

Defined in: packages/bitbadgesjs-sdk/src/common/constants.ts:118


deprecated?

optional deprecated?: boolean

Defined in: packages/bitbadgesjs-sdk/src/common/constants.ts:129

Set when the coin still works but should not be offered for new activity.

Consumers should keep rendering balances and allow swapping out, while excluding it from pickers, defaults and quote destinations. It is not the same as hiding the coin — hiding a deprecated asset strands whoever holds it.


deprecationNote?

optional deprecationNote?: string

Defined in: packages/bitbadgesjs-sdk/src/common/constants.ts:131

Human-readable reason shown next to a deprecated coin.


image

image: string

Defined in: packages/bitbadgesjs-sdk/src/common/constants.ts:120


label

label: string

Defined in: packages/bitbadgesjs-sdk/src/common/constants.ts:116


skipGoSupported?

optional skipGoSupported?: boolean

Defined in: packages/bitbadgesjs-sdk/src/common/constants.ts:115


symbol

symbol: string

Defined in: packages/bitbadgesjs-sdk/src/common/constants.ts:117

Edit this page on GitHub