ImmutableCoinMetadataInterface
interface ImmutableCoinMetadataInterface
A typed view of a 0x2::coin_manager::ImmutableCoinMetadata<IOTA> — the frozen metadata fallback embedded in a CoinManager. Reachable only via CoinManager::immutable_metadata; it is not a standalone on-chain object.
Inheritors
| ImmutableCoinMetadata |
Functions
| Name | Summary |
|---|---|
| decimals | abstract fun decimals(): UByte |
| description | abstract fun description(): String |
| iconUrl | abstract fun iconUrl(): String? |
| name | abstract fun name(): String |
| symbol | abstract fun symbol(): String |