Skip to main content

IotaCoinMetadataInterface

type IotaCoinMetadataInterface

A typed view of an on-chain `0x2::coin::CoinMetadata<IOTA>` object.

type IotaCoinMetadataInterface interface {
Decimals() uint8
Description() string
IconUrl() *string
// The object's ID.
Id() *ObjectId
Name() string
Symbol() string
}