IotaCoinMetadataInterface
interface IotaCoinMetadataInterface
A typed view of an on-chain 0x2::coin::CoinMetadata<IOTA> object.
Inheritors
| IotaCoinMetadata |
Functions
| Name | Summary |
|---|---|
| decimals | abstract fun decimals(): UByte |
| description | abstract fun description(): String |
| iconUrl | abstract fun iconUrl(): String? |
| id | abstract fun id(): ObjectId The object's ID. |
| name | abstract fun name(): String |
| symbol | abstract fun symbol(): String |