Interface: Currency
The currency that is supported on the chain natively.
Properties
coinDecimals
• Readonly
coinDecimals: number
Defined in
packages/core/src/types/chains.ts:7
coinDenom
• Readonly
coinDenom: string
Defined in
packages/core/src/types/chains.ts:5
coinGeckoId
• Optional
Readonly
coinGeckoId: string
This is used to fetch asset's fiat value from coingecko. You can get id from https://api.coingecko.com/api/v3/coins/list.
Defined in
packages/core/src/types/chains.ts:12
coinImageUrl
• Optional
Readonly
coinImageUrl: string
Defined in
packages/core/src/types/chains.ts:13
coinMinimalDenom
• Readonly
coinMinimalDenom: string