ImmutableCoinMetadataInterface
type 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.
type ImmutableCoinMetadataInterface interface {
Decimals() uint8
Description() string
IconUrl() *string
Name() string
Symbol() string
}